mirror of
https://github.com/KeyZox71/knl_meowscendence.git
synced 2025-08-14 12:32:54 +02:00
「🏗️」 wip: moved networks and volumes to another file
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user