mirror of
https://github.com/KeyZox71/knl_meowscendence.git
synced 2025-10-14 02:54:44 +02:00
「🏗️」 wip: should be ready to prod
This commit is contained in:
@ -1,20 +1,11 @@
|
||||
services:
|
||||
front:
|
||||
container_name: transcendence-front
|
||||
webserv:
|
||||
container_name: transcendence-webserv
|
||||
build:
|
||||
dockerfile: docker/front/Dockerfile
|
||||
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
|
||||
|
Reference in New Issue
Block a user