updated files
This commit is contained in:
29
caddy/compose.yml
Normal file
29
caddy/compose.yml
Normal file
@@ -0,0 +1,29 @@
|
||||
services:
|
||||
caddy:
|
||||
container_name: caddy
|
||||
build: .
|
||||
environment:
|
||||
- DNS_PROVIDER_TOKEN=BI5kO2I9fHAqso_OClKxbUM6xTCodH2OfQ60yNp3
|
||||
security_opt:
|
||||
- no-new-privileges:true
|
||||
networks:
|
||||
- reverseproxy
|
||||
ports:
|
||||
- 80:80
|
||||
- 443:443
|
||||
- 2019:2019
|
||||
volumes:
|
||||
- ./data:/data
|
||||
- ./Caddyfile:/etc/caddy/Caddyfile
|
||||
- ./logs:/srv/
|
||||
restart: unless-stopped
|
||||
|
||||
whoami:
|
||||
image: traefik/whoami
|
||||
container_name: whoami
|
||||
networks:
|
||||
- reverseproxy
|
||||
|
||||
networks:
|
||||
reverseproxy:
|
||||
external: true
|
||||
Reference in New Issue
Block a user