cleanup: remove dead proxy/ stack (compose.yaml)
This commit is contained in:
parent
e0b4b10c66
commit
0843987f0a
1 changed files with 0 additions and 25 deletions
|
|
@ -1,25 +0,0 @@
|
||||||
networks:
|
|
||||||
proxy_network:
|
|
||||||
external: true
|
|
||||||
|
|
||||||
services:
|
|
||||||
caddy:
|
|
||||||
image: caddy
|
|
||||||
container_name: caddy
|
|
||||||
restart: always
|
|
||||||
extra_hosts:
|
|
||||||
- "host.docker.internal:host-gateway"
|
|
||||||
networks:
|
|
||||||
- proxy_network
|
|
||||||
expose:
|
|
||||||
- 2019
|
|
||||||
ports:
|
|
||||||
- 80:80
|
|
||||||
- 443:443/tcp
|
|
||||||
- 443:443/udp
|
|
||||||
- 8448:8448
|
|
||||||
- 10.200.200.254:2019:2019
|
|
||||||
volumes:
|
|
||||||
- /app-config/caddy/data:/data
|
|
||||||
- ./Caddyfile:/etc/caddy/Caddyfile
|
|
||||||
- /app-config/caddy/logs:/var/log/caddy
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue