edit docker-compose to work on ag-link.xyz
This commit is contained in:
parent
a3a4e35599
commit
4bfd8615a9
1 changed files with 11 additions and 0 deletions
|
@ -7,3 +7,14 @@ services:
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- dist/website:/usr/share/nginx/html:ro
|
- 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
|
||||||
|
|
Loading…
Reference in a new issue