mirror of
https://github.com/TeamPiped/Piped-Docker.git
synced 2024-12-14 06:10:41 +05:30
revert most NGINX docker changes
This commit is contained in:
parent
6294d7d317
commit
fa30251c66
@ -24,8 +24,6 @@ services:
|
|||||||
depends_on:
|
depends_on:
|
||||||
- postgres
|
- postgres
|
||||||
container_name: piped-backend
|
container_name: piped-backend
|
||||||
environment:
|
|
||||||
- PORT=PORT_VALUE
|
|
||||||
nginx:
|
nginx:
|
||||||
image: nginx:mainline-alpine
|
image: nginx:mainline-alpine
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@ -48,9 +46,6 @@ services:
|
|||||||
- "traefik.http.routers.piped.rule=Host(`FRONTEND_HOSTNAME`, `BACKEND_HOSTNAME`, `PROXY_HOSTNAME`)"
|
- "traefik.http.routers.piped.rule=Host(`FRONTEND_HOSTNAME`, `BACKEND_HOSTNAME`, `PROXY_HOSTNAME`)"
|
||||||
- "traefik.http.routers.piped.entrypoints=websecure"
|
- "traefik.http.routers.piped.entrypoints=websecure"
|
||||||
- "traefik.http.services.piped.loadbalancer.server.port=PORT_VALUE"
|
- "traefik.http.services.piped.loadbalancer.server.port=PORT_VALUE"
|
||||||
environment:
|
|
||||||
- PORT=PORT_VALUE
|
|
||||||
|
|
||||||
postgres:
|
postgres:
|
||||||
image: postgres:15
|
image: postgres:15
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
Loading…
Reference in New Issue
Block a user