brilliante-html/docker-compose.yml

18 lines
377 B
YAML
Raw Normal View History

2024-11-04 21:27:10 +05:00
services:
brilliante:
container_name: brilliante
build:
context: .
restart: unless-stopped
networks:
- proxynet
labels:
- "traefik.enable=true"
- "traefik.http.routers.brilliante.rule=Host(`brilliante.${SERVER_DOMAIN}`)"
# For dev:
volumes:
- ./html:/usr/share/nginx/html
networks:
proxynet:
external: true