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