Compare commits
2 Commits
debian12
...
ac47530c54
| Author | SHA1 | Date | |
|---|---|---|---|
| ac47530c54 | |||
| cd6d5280fb |
+4
-4
@@ -3,16 +3,16 @@ services:
|
||||
container_name: weather-frontend
|
||||
build: ./frontend
|
||||
networks:
|
||||
- proxynet
|
||||
proxynet:
|
||||
ipv4_address: 172.20.0.22
|
||||
restart: unless-stopped
|
||||
|
||||
backend:
|
||||
container_name: weather-backend
|
||||
build: ./backend
|
||||
networks:
|
||||
- proxynet
|
||||
volumes:
|
||||
- ./backend:/bikelane-backend
|
||||
proxynet:
|
||||
ipv4_address: 172.20.0.23
|
||||
restart: unless-stopped
|
||||
|
||||
networks:
|
||||
|
||||
Reference in New Issue
Block a user