feat: compose.yml for gitlab registry
This commit is contained in:
parent
325103c20a
commit
9ad3863e7c
@ -1,6 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
svc:
|
svc:
|
||||||
build: .
|
image: penahub.gitlab.yandexcloud.net:5050/external/heruvym:latest
|
||||||
ports:
|
ports:
|
||||||
- 1488:1488
|
- 1488:1488
|
||||||
depends_on:
|
depends_on:
|
||||||
@ -19,7 +19,7 @@ services:
|
|||||||
restart: "no"
|
restart: "no"
|
||||||
logging:
|
logging:
|
||||||
driver: "none"
|
driver: "none"
|
||||||
entrypoint: [ "bash", "-c", "sleep 2 && mongosh --host mongo:27017 --eval 'rs.initiate()'"]
|
entrypoint: [ "bash", "-c", "sleep 3 && mongosh --host mongo:27017 --eval 'rs.initiate()'"]
|
||||||
minio:
|
minio:
|
||||||
image: minio/minio
|
image: minio/minio
|
||||||
hostname: minio
|
hostname: minio
|
||||||
|
Loading…
Reference in New Issue
Block a user