(misc): Updated name for network.
This commit is contained in:
parent
4dd69d67e3
commit
aa1af1f6c5
1 changed files with 2 additions and 1 deletions
|
|
@ -3,6 +3,7 @@ networks:
|
||||||
driver: bridge
|
driver: bridge
|
||||||
monitoring:
|
monitoring:
|
||||||
driver: bridge
|
driver: bridge
|
||||||
|
|
||||||
services:
|
services:
|
||||||
frontend:
|
frontend:
|
||||||
build: ./frontend
|
build: ./frontend
|
||||||
|
|
@ -79,7 +80,7 @@ services:
|
||||||
container_name: tic-tac-toe
|
container_name: tic-tac-toe
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
- transcendance-network
|
- app
|
||||||
volumes:
|
volumes:
|
||||||
- sqlite-volume:/volumes/database
|
- sqlite-volume:/volumes/database
|
||||||
- static-volume:/volumes/static
|
- static-volume:/volumes/static
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue