This commit is contained in:
assada 2023-07-25 00:06:14 +03:00
parent e22c2338d6
commit 98c3a593b9
Signed by: assada
GPG Key ID: 8905E8CE5CC3000D

View File

@ -6,11 +6,10 @@ services:
restart: always restart: always
environment: environment:
# Note: those envs are customizable but also optional # Note: those envs are customizable but also optional
- SERVER_HOST=127.0.0.1
- SERVER_PORT=8885 - SERVER_PORT=8885
- SERVER_ROOT=/app - SERVER_ROOT=/public
volumes: volumes:
- ./build:/app - ./build:/public
networks: networks:
- caddy - caddy
labels: labels: