diff options
| author | MatthieuCoder <matthieu@matthieu-dev.xyz> | 2022-12-31 17:07:30 +0400 |
|---|---|---|
| committer | MatthieuCoder <matthieu@matthieu-dev.xyz> | 2022-12-31 17:07:30 +0400 |
| commit | 65652932f77ce194a10cbc8dd42f3064e2c1a132 (patch) | |
| tree | 4ca18a9317c4e561e917e9dd0cf39b695b43bc34 /docker-compose.yaml | |
| parent | a16bafdf5b0ec52fa0d73458597eee7c34ea5e7b (diff) | |
updates and bazel removal
Diffstat (limited to 'docker-compose.yaml')
| -rw-r--r-- | docker-compose.yaml | 16 |
1 files changed, 5 insertions, 11 deletions
diff --git a/docker-compose.yaml b/docker-compose.yaml index 3e8f924..c6e8634 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -1,13 +1,7 @@ version: "3.3" services: - nats: - image: 'nats' - ports: - - "8222:8222" - - "4222:4222" - hostname: nats-server - redis: - image: 'redis' - ports: - - "6379:6379" - hostname: redis + cache: + build: + context: . + args: + - COMPONENT=cache |
