changed ports
This commit is contained in:
@@ -2,6 +2,8 @@ services:
|
||||
# frontend:
|
||||
# container_name: frontend
|
||||
# build: ./frontend
|
||||
# network:
|
||||
# - proxynet
|
||||
# ports:
|
||||
# - "7002:7002"
|
||||
# environment:
|
||||
@@ -14,8 +16,14 @@ services:
|
||||
backend:
|
||||
container_name: backend
|
||||
build: ./backend
|
||||
network:
|
||||
- proxynet
|
||||
ports:
|
||||
- "7001:7001"
|
||||
volumes:
|
||||
- ./backend:/bikelane-backend
|
||||
restart: unless-stopped
|
||||
|
||||
networks:
|
||||
proxynet:
|
||||
external: true
|
||||
|
Reference in New Issue
Block a user