initial commit
This commit is contained in:
22
www/compose.yml
Normal file
22
www/compose.yml
Normal file
@@ -0,0 +1,22 @@
|
||||
name: saltaire_www
|
||||
services:
|
||||
www:
|
||||
container_name: saltaire_www_www
|
||||
image: caddy:2.8.4-alpine
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- proxy
|
||||
volumes:
|
||||
- ./config/Caddyfile:/etc/caddy/Caddyfile
|
||||
- data:/data
|
||||
- config:/config
|
||||
- site:/srv
|
||||
|
||||
networks:
|
||||
proxy:
|
||||
external: true
|
||||
volumes:
|
||||
config:
|
||||
data:
|
||||
site:
|
||||
|
||||
Reference in New Issue
Block a user