mirror of
https://github.com/TeamPiped/Piped-Docker.git
synced 2024-08-14 23:56:53 +00:00
Update docker-compose.yml
update path
This commit is contained in:
parent
67ef453cfa
commit
99c44e571c
1 changed files with 3 additions and 3 deletions
|
@ -15,7 +15,7 @@ services:
|
||||||
image: 1337kavin/piped:latest
|
image: 1337kavin/piped:latest
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- ./config.properties:/app/config.properties
|
- ./config/config.properties:/app/config.properties
|
||||||
depends_on:
|
depends_on:
|
||||||
- ytproxy
|
- ytproxy
|
||||||
- postgres
|
- postgres
|
||||||
|
@ -24,7 +24,7 @@ services:
|
||||||
image: varnish:6.6-alpine
|
image: varnish:6.6-alpine
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- ./default.vcl:/etc/varnish/default.vcl
|
- ./config/default.vcl:/etc/varnish/default.vcl
|
||||||
container_name: varnish
|
container_name: varnish
|
||||||
caddy:
|
caddy:
|
||||||
image: caddy:2-alpine
|
image: caddy:2-alpine
|
||||||
|
@ -33,7 +33,7 @@ services:
|
||||||
- "80:80"
|
- "80:80"
|
||||||
- "443:443"
|
- "443:443"
|
||||||
volumes:
|
volumes:
|
||||||
- ./Caddyfile:/etc/caddy/Caddyfile
|
- ./config/Caddyfile:/etc/caddy/Caddyfile
|
||||||
- ./caddy/config:/config
|
- ./caddy/config:/config
|
||||||
- ./ytproxy:/var/run/ytproxy
|
- ./ytproxy:/var/run/ytproxy
|
||||||
container_name: caddy
|
container_name: caddy
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue