drop caddy to it's own container/repo

This commit is contained in:
Daylin Morgan 2023-07-25 10:56:26 -05:00
parent ba41c48615
commit 906998015a
Signed by: daylin
GPG key ID: C1E52E7DD81DF79F
2 changed files with 11 additions and 26 deletions

View file

@ -1,7 +0,0 @@
git.dayl.in {
reverse_proxy 127.0.0.1:3000
}
f1.dayl.in {
reverse_proxy 127.0.0.1:8000
}

View file

@ -14,30 +14,22 @@ services:
- /etc/timezone:/etc/timezone:ro - /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro - /etc/localtime:/etc/localtime:ro
ports: ports:
- "127.0.0.1:3000:3000" - "2222:22"
- "127.0.0.0:222:22" networks:
- "127.0.0.1:2222:22" - caddy
caddy:
image: caddy:2.5.2-alpine
restart: unless-stopped
container_name: caddy
volumes:
- ./caddy/Caddyfile:/etc/caddy/Caddyfile
- caddy_data:/data
- caddy_config:/config
network_mode: host
soft-serve: soft-serve:
image: charmcli/soft-serve:v0.4.4 image: charmcli/soft-serve:v0.5.2
restart: unless-stopped
container_name: soft-serve
volumes: volumes:
- ./soft/data:/soft-serve - ./soft/data:/soft-serve
ports: ports:
- 23231:23231 - 23231:23231
- 23232:23232
- 23233:23233
- 9418:9418
restart: unless-stopped
volumes: networks:
caddy_data: caddy:
external: true external: true
caddy_config: