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:
@@ -54,6 +54,8 @@ services:
|
|||||||
backend:
|
backend:
|
||||||
image: ghcr.io/rybbit-io/rybbit-backend:${IMAGE_TAG:-latest}
|
image: ghcr.io/rybbit-io/rybbit-backend:${IMAGE_TAG:-latest}
|
||||||
container_name: rybbit-backend
|
container_name: rybbit-backend
|
||||||
|
ports:
|
||||||
|
- 3001:3001
|
||||||
expose:
|
expose:
|
||||||
- 3001
|
- 3001
|
||||||
environment:
|
environment:
|
||||||
@@ -97,6 +99,8 @@ services:
|
|||||||
client:
|
client:
|
||||||
image: ghcr.io/rybbit-io/rybbit-client:${IMAGE_TAG:-latest}
|
image: ghcr.io/rybbit-io/rybbit-client:${IMAGE_TAG:-latest}
|
||||||
container_name: rybbit-client
|
container_name: rybbit-client
|
||||||
|
ports:
|
||||||
|
- 3002:3002
|
||||||
expose:
|
expose:
|
||||||
- 3002
|
- 3002
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
Reference in New Issue
Block a user