Skip to content

Commit

Permalink
build: add entry for events service (#8046)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zangetsu101 authored Nov 22, 2024
1 parent 94a067e commit e7c976b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,17 @@ services:
- base
environment:
- COUNTRY_CONFIG_URL_INTERNAL=http://countryconfig:3040

events:
image: opencrvs/ocrvs-events:${VERSION}
#platform: linux/amd64
build:
context: .
dockerfile: ./packages/events/Dockerfile
restart: unless-stopped
depends_on:
- base

gateway:
image: opencrvs/ocrvs-gateway:${VERSION}
#platform: linux/amd64
Expand Down

0 comments on commit e7c976b

Please sign in to comment.