chore: init docker compose for caddy, postgres, watchtower
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
services:
|
||||
caddy:
|
||||
image: caddy:latest
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- 80:80
|
||||
- 443:443
|
||||
- 443:443/udp
|
||||
volumes:
|
||||
- ./volumes/Caddyfile:/etc/caddy/Caddyfile
|
||||
- ./volumes/data:/data
|
||||
- ./volumes/config:/config
|
||||
|
||||
networks:
|
||||
default:
|
||||
name: caddy
|
||||
Reference in New Issue
Block a user