mirror of
https://github.com/KeyZox71/knl_meowscendence.git
synced 2025-08-14 12:32:54 +02:00
20 lines
414 B
YAML
20 lines
414 B
YAML
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
|