diff --git a/template/docker-compose.standalone.yml b/template/docker-compose.standalone.yml index cc8fc6b..1c29ef0 100644 --- a/template/docker-compose.standalone.yml +++ b/template/docker-compose.standalone.yml @@ -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: