Prevent sanity pull images (#2005)

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
Andrey Sobolev 2022-06-04 00:25:28 +07:00 committed by GitHub
parent 09cc70dfd6
commit c5a04f78bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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