cic-stack/docker-compose.build.yml

53 lines
1.7 KiB
YAML
Raw Permalink Normal View History

2022-01-17 16:52:28 +01:00
version: "3.2"
services:
cic-cache:
2022-01-17 16:52:28 +01:00
image: docker.grassecon.net/cic-stack/cic-cache:${TAG:-latest}
build:
context: apps/cic-cache
dockerfile: docker/Dockerfile
cache_from:
2022-01-17 16:52:28 +01:00
- docker.grassecon.net/cic-stack/cic-cache:${TAG:-latest}
cic-eth:
2022-01-17 16:52:28 +01:00
image: docker.grassecon.net/cic-stack/cic-eth:${TAG:-latest}
build:
context: apps/cic-eth
dockerfile: docker/Dockerfile
cache_from:
2022-01-17 16:52:28 +01:00
- docker.grassecon.net/cic-stack/cic-eth:${TAG:-latest}
cic-meta:
2022-01-17 16:52:28 +01:00
image: docker.grassecon.net/cic-stack/cic-meta:${TAG:-latest}
build:
context: apps/cic-meta
dockerfile: docker/Dockerfile
cache_from:
2022-01-17 16:52:28 +01:00
- docker.grassecon.net/cic-stack/cic-meta:${TAG:-latest}
cic-notify:
2022-01-17 16:52:28 +01:00
image: docker.grassecon.net/cic-stack/cic-notify:${TAG:-latest}
build:
context: apps/cic-notify
dockerfile: docker/Dockerfile
cache_from:
2022-01-17 16:52:28 +01:00
- docker.grassecon.net/cic-stack/cic-notify:${TAG:-latest}
funga-eth:
2022-01-17 16:52:28 +01:00
image: docker.grassecon.net/cic-stack/funga-eth:${TAG:-latest}
build:
context: apps/cic-signer
dockerfile: Dockerfile
cache_from:
2022-01-17 16:52:28 +01:00
- docker.grassecon.net/cic-stack/funga-eth:${TAG:-latest}
cic-ussd:
2022-01-17 16:52:28 +01:00
image: docker.grassecon.net/cic-stack/cic-ussd:${TAG:-latest}
build:
context: apps/cic-ussd
dockerfile: docker/Dockerfile
cache_from:
2022-01-17 16:52:28 +01:00
- docker.grassecon.net/cic-stack/cic-ussd:${TAG:-latest}
cic-contract-bootstrap:
2022-01-17 16:52:28 +01:00
image: docker.grassecon.net/cic-stack/cic-contract-bootstrap:${TAG:-latest}
build:
context: apps/contract-migration
dockerfile: docker/Dockerfile
cache_from:
2022-01-17 16:52:28 +01:00
- docker.grassecon.net/cic-stack/cic-ussd:${TAG:-latest}