(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
|
||||
monitoring:
|
||||
driver: bridge
|
||||
|
||||
services:
|
||||
frontend:
|
||||
build: ./frontend
|
||||
|
|
@ -79,7 +80,7 @@ services:
|
|||
container_name: tic-tac-toe
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- transcendance-network
|
||||
- app
|
||||
volumes:
|
||||
- sqlite-volume:/volumes/database
|
||||
- static-volume:/volumes/static
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue