add: start of all apps
This commit is contained in:
parent
3a85740aa2
commit
b405eb4a14
23
core/caddy/compose.yml
Normal file
23
core/caddy/compose.yml
Normal file
|
|
@ -0,0 +1,23 @@
|
||||||
|
services:
|
||||||
|
container_name: caddy
|
||||||
|
image: caddy:2.10.2-alpine
|
||||||
|
restart: unless-stopped
|
||||||
|
ports:
|
||||||
|
- "80:80"
|
||||||
|
- "443:443"
|
||||||
|
volumes:
|
||||||
|
- caddy-caddyfiles:/etc/caddy
|
||||||
|
- caddy-data:/data
|
||||||
|
- caddy-config:/config
|
||||||
|
networks:
|
||||||
|
- web
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
caddy-caddyfiles:
|
||||||
|
name: caddy-caddyfiles
|
||||||
|
caddy-data:
|
||||||
|
caddy-config:
|
||||||
|
|
||||||
|
networks:
|
||||||
|
web:
|
||||||
|
name: web
|
||||||
0
core/git/.gitkeep
Normal file
0
core/git/.gitkeep
Normal file
0
core/nextcloud/.gitkeep
Normal file
0
core/nextcloud/.gitkeep
Normal file
0
core/tools/.gitkeep
Normal file
0
core/tools/.gitkeep
Normal file
Loading…
Reference in a new issue