mirror of
https://github.com/TeamPiped/Piped-Docker.git
synced 2024-12-14 06:10:41 +05:30
revert caddy changes
This commit is contained in:
parent
d3a3225ea7
commit
6294d7d317
@ -24,8 +24,6 @@ services:
|
||||
depends_on:
|
||||
- postgres
|
||||
container_name: piped-backend
|
||||
environment:
|
||||
- PORT=PORT_VALUE
|
||||
nginx:
|
||||
image: nginx:mainline-alpine
|
||||
restart: unless-stopped
|
||||
@ -33,15 +31,13 @@ services:
|
||||
- ./config/nginx.conf:/etc/nginx/nginx.conf:ro
|
||||
- ./config/pipedapi.conf:/etc/nginx/conf.d/pipedapi.conf:ro
|
||||
container_name: nginx
|
||||
environment:
|
||||
- PORT=PORT_VALUE
|
||||
depends_on:
|
||||
- piped
|
||||
caddy:
|
||||
image: caddy:2-alpine
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "PORT_VALUE:80"
|
||||
- "80:80"
|
||||
- "443:443"
|
||||
- "443:443/udp"
|
||||
volumes:
|
||||
|
Loading…
Reference in New Issue
Block a user