Files
knl_meowscendence/docker/proxy/compose.prod.yml
2025-08-27 16:56:58 +02:00

21 lines
435 B
YAML

services:
front:
container_name: transcendence-front
build:
dockerfile: docker/front/Dockerfile.prod
context: ../../
ports:
- ${OUT_PORT}:443
volumes:
- log-nginx:/var/log/front
environment:
- TZ=Europe/Paris
depends_on:
user-api:
condition: service_started
auth-api:
condition: service_started
networks:
- front
restart: unless-stopped