🏗️」 wip: moved networks and volumes to another file

This commit is contained in:
2025-07-22 15:23:37 +02:00
parent 12445e22e4
commit 1a1555f0c1
5 changed files with 15 additions and 33 deletions

View File

@ -2,6 +2,7 @@ name: ft_transcendence
include:
- ./volumes.yml
- ./networks.yml
- ./monitoring/compose.yml
services:
@ -53,15 +54,3 @@ services:
- API_TARGET=auth
- JWT_SECRET=${JWT_SECRET}
restart: unless-stopped
networks:
front:
name: transcendence-front
back:
name: transcendence-back
volumes:
db-auth:
name: transcendence-api-auth-db
db-user:
name: transcendence-api-user-db