🏗️」 wip: moved the rest to external compose file

This commit is contained in:
2025-07-22 16:44:37 +02:00
parent 4de9a323e4
commit 49fcfe95a5
3 changed files with 52 additions and 50 deletions

19
docker/front/compose.yml Normal file
View File

@ -0,0 +1,19 @@
services:
front:
container_name: transcendence-front
build:
dockerfile: docker/front/Dockerfile
context: ..
ports:
- ${OUT_PORT}:443
environment:
- SERVER_NAME=localhost
- TZ=Europe/Paris
depends_on:
user-api:
condition: service_started
auth-api:
condition: service_started
networks:
- front
restart: unless-stopped