Update docker-compose.yml

This commit is contained in:
LRVT
2026-03-22 23:40:12 +01:00
committed by GitHub
parent a873f5d7a7
commit 7fd1a52d9c

View File

@@ -27,8 +27,8 @@ services:
restart: unless-stopped restart: unless-stopped
expose: expose:
- 8123 - 8123
networks: #networks:
- internal # - internal
postgres: postgres:
image: postgres:17-alpine image: postgres:17-alpine
@@ -48,8 +48,8 @@ services:
restart: unless-stopped restart: unless-stopped
expose: expose:
- 5432 - 5432
networks: #networks:
- internal # - internal
backend: backend:
image: ghcr.io/rybbit-io/rybbit-backend:${IMAGE_TAG:-latest} image: ghcr.io/rybbit-io/rybbit-backend:${IMAGE_TAG:-latest}