docker-compose: only download the needed tags
This commit is contained in:
parent
14d0d6962f
commit
f2c1ac12f9
@ -22,7 +22,7 @@ consul:
|
|||||||
# CloudAPI GraphQL
|
# CloudAPI GraphQL
|
||||||
#############################################################################
|
#############################################################################
|
||||||
cloudapi:
|
cloudapi:
|
||||||
image: quay.io/yldio/joyent-dashboard-cloudapi-graphql
|
image: quay.io/yldio/joyent-dashboard-cloudapi-graphql:latest
|
||||||
mem_limit: 128m
|
mem_limit: 128m
|
||||||
labels:
|
labels:
|
||||||
- triton.cns.services=cloudapi
|
- triton.cns.services=cloudapi
|
||||||
@ -35,7 +35,7 @@ cloudapi:
|
|||||||
# Frontend
|
# Frontend
|
||||||
#############################################################################
|
#############################################################################
|
||||||
frontend:
|
frontend:
|
||||||
image: quay.io/yldio/joyent-dashboard-frontend
|
image: quay.io/yldio/joyent-dashboard-frontend:latest
|
||||||
mem_limit: 128m
|
mem_limit: 128m
|
||||||
labels:
|
labels:
|
||||||
- triton.cns.services=frontend
|
- triton.cns.services=frontend
|
||||||
|
Loading…
Reference in New Issue
Block a user