mirror of
https://github.com/KeyZox71/knl_meowscendence.git
synced 2025-08-14 12:32:54 +02:00
「🏗️」 wip: prom added :D
This commit is contained in:
@ -1,5 +1,9 @@
|
||||
name: ft_transcendence
|
||||
|
||||
include:
|
||||
- ./volumes.yml
|
||||
- ./monitoring/compose.yml
|
||||
|
||||
services:
|
||||
front:
|
||||
container_name: transcendence-front
|
||||
@ -9,7 +13,8 @@ services:
|
||||
ports:
|
||||
- ${OUT_PORT}:443
|
||||
environment:
|
||||
SERVER_NAME: localhost
|
||||
- SERVER_NAME=localhost
|
||||
- TZ=Europe/Paris
|
||||
depends_on:
|
||||
user-api:
|
||||
condition: service_started
|
||||
@ -17,8 +22,6 @@ services:
|
||||
condition: service_started
|
||||
networks:
|
||||
- front
|
||||
environment:
|
||||
- TZ=Europe/Paris
|
||||
restart: unless-stopped
|
||||
user-api:
|
||||
container_name: transcendence-api-user
|
||||
|
Reference in New Issue
Block a user