Setup SWAG
This commit is contained in:
parent
ba0be1225c
commit
e313f81ed1
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user