edit docker-compose to work on ag-link.xyz

This commit is contained in:
Lukas Z 2022-10-07 13:57:52 +02:00
parent a3a4e35599
commit 4bfd8615a9
1 changed files with 11 additions and 0 deletions

View File

@ -7,3 +7,14 @@ services:
restart: unless-stopped
volumes:
- dist/website:/usr/share/nginx/html:ro
networks:
- proxy
labels:
- "traefik.enable=true"
- "traefik.http.routers.art.rule=Host(`art.ag-link.xyz`)"
- "traefik.http.routers.art.entrypoints=websecure"
- "traefik.http.routers.art.tls.certresolver=art-resolver"
networks:
proxy:
external: true