mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-22 03:14:40 +03:00
Prevent sanity pull images (#2005)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
parent
09cc70dfd6
commit
c5a04f78bb
@ -36,6 +36,7 @@ services:
|
||||
test: curl -s http://localhost:9200/_cluster/health | grep -vq '"status":"red"'
|
||||
account:
|
||||
image: hardcoreeng/account
|
||||
pull_policy: never
|
||||
links:
|
||||
- mongodb
|
||||
- minio
|
||||
@ -53,6 +54,7 @@ services:
|
||||
- MINIO_SECRET_KEY=minioadmin
|
||||
front:
|
||||
image: hardcoreeng/front
|
||||
pull_policy: never
|
||||
links:
|
||||
- account
|
||||
- mongodb
|
||||
@ -73,6 +75,7 @@ services:
|
||||
- MINIO_SECRET_KEY=minioadmin
|
||||
transactor:
|
||||
image: hardcoreeng/transactor
|
||||
pull_policy: never
|
||||
links:
|
||||
- mongodb
|
||||
- elastic
|
||||
|
Loading…
Reference in New Issue
Block a user