This commit is contained in:
Olu Amey
2022-12-11 12:30:37 -05:00
parent e8cbdf6732
commit 243c044269
415 changed files with 47888 additions and 14 deletions
+8 -2
View File
@@ -1,12 +1,12 @@
version: '3'
services:
metronic-dash:
wrenchboard-dash:
build:
context: .
dockerfile: docker/Dockerfile
restart: unless-stopped
ports:
- 3800:3000
- 3811:3000
# - 3800:3011
extra_hosts:
- backend.wrenchboard.api.live:10.10.33.15
@@ -17,5 +17,11 @@ services:
- apigateway.wrenchboard.app.lotus.fluxtra.net:172.31.4.19
environment:
- CHOKIDAR_USEPOLLING=true
# volumes:
# - ./:/app
# - /app/node_modules
tty: true
stdin_open: true
# working_dir: /app
volumes:
src: