Compare commits
10 commits
9954959d5f
...
a43b7dab5c
Author | SHA1 | Date | |
---|---|---|---|
a43b7dab5c | |||
a80561ce16 | |||
ff0caca8ca | |||
60ffc24acc | |||
3d6207f7ea | |||
62a7cef413 | |||
067c91b624 | |||
f4ae47a532 | |||
ae797ba38e | |||
4896a86aac |
1 changed files with 0 additions and 20 deletions
|
@ -1,20 +0,0 @@
|
|||
version: '3'
|
||||
|
||||
services:
|
||||
nginx:
|
||||
image: nginx
|
||||
container_name: art.ag-link.xyz
|
||||
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
|
Loading…
Reference in a new issue