mirror of
https://github.com/KeyZox71/knl_meowscendence.git
synced 2025-12-31 21:56:41 +01:00
15 lines
329 B
YAML
15 lines
329 B
YAML
services:
|
|
webserv:
|
|
container_name: transcendence-webserv
|
|
build:
|
|
dockerfile: docker/front/Dockerfile
|
|
context: ../../
|
|
args:
|
|
- VITE_USER_URL=${VITE_USER_URL}
|
|
- VITE_AUTH_URL=${VITE_AUTH_URL}
|
|
environment:
|
|
- TZ=Europe/Paris
|
|
networks:
|
|
- front
|
|
restart: unless-stopped
|