changed docker config
This commit is contained in:
+5
-4
@@ -3,16 +3,17 @@ services:
|
|||||||
container_name: weather-frontend
|
container_name: weather-frontend
|
||||||
build: ./frontend
|
build: ./frontend
|
||||||
networks:
|
networks:
|
||||||
- proxynet
|
proxynet:
|
||||||
|
ipv4_address: 172.20.0.22
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
backend:
|
backend:
|
||||||
container_name: weather-backend
|
container_name: weather-backend
|
||||||
build: ./backend
|
build: ./backend
|
||||||
networks:
|
networks:
|
||||||
- proxynet
|
proxynet:
|
||||||
volumes:
|
ipv4_address: 172.20.0.23
|
||||||
- ./backend:/bikelane-backend
|
environment:
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
|
|||||||
Reference in New Issue
Block a user