mirror of
https://github.com/KeyZox71/knl_meowscendence.git
synced 2025-10-13 18:44:45 +02:00
12 lines
235 B
YAML
12 lines
235 B
YAML
services:
|
|
webserv:
|
|
container_name: transcendence-webserv
|
|
build:
|
|
dockerfile: docker/front/Dockerfile
|
|
context: ../../
|
|
environment:
|
|
- TZ=Europe/Paris
|
|
networks:
|
|
- front
|
|
restart: unless-stopped
|