mirror of
https://github.com/Haxxnet/Compose-Examples.git
synced 2026-05-16 12:57:39 +02:00
Update docker-compose.yml
This commit is contained in:
@@ -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}
|
||||||
|
|||||||
Reference in New Issue
Block a user