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