mirror of
https://github.com/TeamPiped/Piped-Docker
synced 2025-09-05 13:01:10 +02:00
fix: standalone image using wrong internal urls
This commit is contained in:
parent
5670c6b14c
commit
cc60cca2d4
@ -1,5 +1,5 @@
|
|||||||
services:
|
services:
|
||||||
piped-frontend:
|
frontend:
|
||||||
image: 1337kavin/piped-frontend:latest
|
image: 1337kavin/piped-frontend:latest
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
depends_on:
|
depends_on:
|
||||||
@ -11,7 +11,7 @@ services:
|
|||||||
- "8080:80"
|
- "8080:80"
|
||||||
container_name: piped-frontend
|
container_name: piped-frontend
|
||||||
|
|
||||||
piped-backend:
|
piped:
|
||||||
image: 1337kavin/piped:latest
|
image: 1337kavin/piped:latest
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
@ -22,14 +22,14 @@ services:
|
|||||||
- "8081:8080"
|
- "8081:8080"
|
||||||
container_name: piped-backend
|
container_name: piped-backend
|
||||||
|
|
||||||
piped-proxy:
|
proxy:
|
||||||
image: 1337kavin/piped-proxy:latest
|
image: 1337kavin/piped-proxy:latest
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- "8082:8080"
|
- "8082:8080"
|
||||||
container_name: piped-proxy
|
container_name: piped-proxy
|
||||||
|
|
||||||
piped-postgres:
|
postgres:
|
||||||
image: pgautoupgrade/pgautoupgrade:16-alpine
|
image: pgautoupgrade/pgautoupgrade:16-alpine
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user