Removed caddy from the project
This commit is contained in:
parent
36013bf970
commit
b6003ea4dd
1 changed files with 1 additions and 18 deletions
|
|
@ -1,21 +1,6 @@
|
||||||
version: "3.8"
|
version: "3.8"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
caddy:
|
|
||||||
image: lucaslorentz/caddy-docker-proxy:ci-alpine
|
|
||||||
container_name: caddy
|
|
||||||
ports:
|
|
||||||
- 80:80
|
|
||||||
- 443:443
|
|
||||||
networks:
|
|
||||||
- caddy
|
|
||||||
volumes:
|
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
|
||||||
# this volume is needed to keep the certificates
|
|
||||||
# otherwise, new ones will be re-issued upon restart
|
|
||||||
- caddy_data:/data
|
|
||||||
labels:
|
|
||||||
caddy.email: carl.egal@gmail.com
|
|
||||||
pfdb:
|
pfdb:
|
||||||
image: bianjp/mariadb-alpine:latest
|
image: bianjp/mariadb-alpine:latest
|
||||||
environment:
|
environment:
|
||||||
|
|
@ -62,7 +47,7 @@ services:
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
labels:
|
labels:
|
||||||
caddy: test.goryn.wtf
|
caddy: map.goryn.wtf
|
||||||
caddy.reverse_proxy: "{{upstreams 80}}"
|
caddy.reverse_proxy: "{{upstreams 80}}"
|
||||||
networks:
|
networks:
|
||||||
- pf
|
- pf
|
||||||
|
|
@ -83,10 +68,8 @@ services:
|
||||||
restart: always
|
restart: always
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
data:
|
|
||||||
db_data:
|
db_data:
|
||||||
redis_data:
|
redis_data:
|
||||||
caddy_data: {}
|
|
||||||
networks:
|
networks:
|
||||||
pf:
|
pf:
|
||||||
caddy:
|
caddy:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue