mirror of
https://github.com/kou029w/_.git
synced 2025-01-31 06:18:07 +00:00
16 lines
307 B
YAML
16 lines
307 B
YAML
services:
|
|
caddy-docker-proxy:
|
|
image: fogtype/caddy-docker-proxy
|
|
build: "."
|
|
ports:
|
|
- "8080:80"
|
|
volumes:
|
|
- /var/run/docker.sock:/var/run/docker.sock
|
|
- caddy_data:/data
|
|
- caddy_config:/config
|
|
networks:
|
|
default:
|
|
name: caddy
|
|
volumes:
|
|
caddy_data:
|
|
caddy_config:
|