Setup SWAG

This commit is contained in:
Florent Guiotte 2022-06-05 18:39:58 +02:00
parent ba0be1225c
commit e313f81ed1

View File

@ -1,6 +1,7 @@
version: '3'
services:
bind9:
image: ubuntu/bind9:9.18-22.04_beta
volumes:
@ -11,8 +12,30 @@ services:
- TZ=CEST
ports:
- "53:53/udp"
swag:
image: lscr.io/linuxserver/swag
container_name: swag
cap_add:
- NET_ADMIN
environment:
- PUID=1000
- PGID=1000
- TZ=CEST
- URL=chicogne.normalized.xyz
- SUBDOMAINS=wildcard
- VALIDATION=dns
- DNSPLUGIN=ovh
- EMAIL=florent@guiotte.fr
volumes:
- ./swag:/config
ports:
- 443:443
- 80:80
money:
image: ihatemoney/ihatemoney
container_name: money
ports:
- 8000:8000
volumes: