(misc): Updated name for network.

This commit is contained in:
apetitco 2025-12-20 00:44:37 +01:00
parent 1435735469
commit 7922f6eac1

View file

@ -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