feat: compose.yml for gitlab registry
This commit is contained in:
parent
325103c20a
commit
9ad3863e7c
@ -1,6 +1,6 @@
|
||||
services:
|
||||
svc:
|
||||
build: .
|
||||
image: penahub.gitlab.yandexcloud.net:5050/external/heruvym:latest
|
||||
ports:
|
||||
- 1488:1488
|
||||
depends_on:
|
||||
@ -19,7 +19,7 @@ services:
|
||||
restart: "no"
|
||||
logging:
|
||||
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:
|
||||
image: minio/minio
|
||||
hostname: minio
|
||||
|
Loading…
Reference in New Issue
Block a user