refactor: comment out frontend service configuration in docker-compose.yml
This commit is contained in:
@@ -1,29 +1,21 @@
|
|||||||
services:
|
services:
|
||||||
frontend:
|
# frontend:
|
||||||
container_name: frontend
|
# container_name: frontend
|
||||||
build: ./frontend
|
# build: ./frontend
|
||||||
ports:
|
# ports:
|
||||||
- "7002:7002"
|
# - "7002:7002"
|
||||||
networks:
|
# environment:
|
||||||
- proxynet
|
# - CHOKIDAR_USEPOLLING=true
|
||||||
environment:
|
# volumes:
|
||||||
- CHOKIDAR_USEPOLLING=true
|
# - ./frontend:/app
|
||||||
volumes:
|
# - /app/node_modules
|
||||||
- ./frontend:/app
|
# restart: unless-stopped
|
||||||
- /app/node_modules
|
|
||||||
restart: unless-stopped
|
|
||||||
|
|
||||||
backend:
|
backend:
|
||||||
container_name: backend
|
container_name: backend
|
||||||
build: ./backend
|
build: ./backend
|
||||||
ports:
|
ports:
|
||||||
- "7001:7001"
|
- "7001:7001"
|
||||||
networks:
|
|
||||||
- proxynet
|
|
||||||
volumes:
|
volumes:
|
||||||
- ./backend:/bikelane-backend
|
- ./backend:/bikelane-backend
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
networks:
|
|
||||||
proxynet:
|
|
||||||
external: true
|
|
||||||
|
Reference in New Issue
Block a user