Compare commits

..

10 commits

Author SHA1 Message Date
a43b7dab5c current dist state 2022-10-11 14:15:05 +02:00
a80561ce16 favicon 2022-10-11 14:14:40 +02:00
ff0caca8ca final changes to website 2022-10-11 14:03:02 +02:00
60ffc24acc update tut link 2022-10-08 13:02:28 +02:00
3d6207f7ea plenumstermin 2022-10-07 14:47:13 +02:00
62a7cef413 add 'los gehts' 2022-10-07 14:39:05 +02:00
067c91b624 add slides / website 2022-10-07 14:36:27 +02:00
f4ae47a532 Meeting änderungen 2022-10-07 14:35:33 +02:00
ae797ba38e tiny changes to slides 2022-10-07 13:55:13 +02:00
4896a86aac tiny changes to website 2022-10-07 13:54:45 +02:00

View file

@ -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