mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-22 11:42:30 +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"'
|
test: curl -s http://localhost:9200/_cluster/health | grep -vq '"status":"red"'
|
||||||
account:
|
account:
|
||||||
image: hardcoreeng/account
|
image: hardcoreeng/account
|
||||||
|
pull_policy: never
|
||||||
links:
|
links:
|
||||||
- mongodb
|
- mongodb
|
||||||
- minio
|
- minio
|
||||||
@ -53,6 +54,7 @@ services:
|
|||||||
- MINIO_SECRET_KEY=minioadmin
|
- MINIO_SECRET_KEY=minioadmin
|
||||||
front:
|
front:
|
||||||
image: hardcoreeng/front
|
image: hardcoreeng/front
|
||||||
|
pull_policy: never
|
||||||
links:
|
links:
|
||||||
- account
|
- account
|
||||||
- mongodb
|
- mongodb
|
||||||
@ -73,6 +75,7 @@ services:
|
|||||||
- MINIO_SECRET_KEY=minioadmin
|
- MINIO_SECRET_KEY=minioadmin
|
||||||
transactor:
|
transactor:
|
||||||
image: hardcoreeng/transactor
|
image: hardcoreeng/transactor
|
||||||
|
pull_policy: never
|
||||||
links:
|
links:
|
||||||
- mongodb
|
- mongodb
|
||||||
- elastic
|
- elastic
|
||||||
|
Loading…
Reference in New Issue
Block a user