changed ports
This commit is contained in:
@@ -2,6 +2,8 @@ services:
|
|||||||
# frontend:
|
# frontend:
|
||||||
# container_name: frontend
|
# container_name: frontend
|
||||||
# build: ./frontend
|
# build: ./frontend
|
||||||
|
# network:
|
||||||
|
# - proxynet
|
||||||
# ports:
|
# ports:
|
||||||
# - "7002:7002"
|
# - "7002:7002"
|
||||||
# environment:
|
# environment:
|
||||||
@@ -14,8 +16,14 @@ services:
|
|||||||
backend:
|
backend:
|
||||||
container_name: backend
|
container_name: backend
|
||||||
build: ./backend
|
build: ./backend
|
||||||
|
network:
|
||||||
|
- proxynet
|
||||||
ports:
|
ports:
|
||||||
- "7001:7001"
|
- "7001:7001"
|
||||||
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