Skip to content

Commit

Permalink
Use latest mittaridatapumppu images
Browse files Browse the repository at this point in the history
This is mainly so that when building images locally, they will be named
and tagged latest.
  • Loading branch information
laurigates committed Oct 17, 2023
1 parent 687b223 commit f9cdc34
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version: '3.8'
services:

endpoint:
image: ghcr.io/city-of-helsinki/mittaridatapumppu-endpoint
image: ghcr.io/city-of-helsinki/mittaridatapumppu-endpoint:latest
build: ./mittaridatapumppu-endpoint
ports:
- "8001:8000"
Expand All @@ -25,7 +25,7 @@ services:
DEBUG: 1

parser-digita:
image: ghcr.io/city-of-helsinki/mittaridatapumppu-parser
image: ghcr.io/city-of-helsinki/mittaridatapumppu-parser:latest
build: ./mittaridatapumppu-parser
container_name: parser-digita
depends_on:
Expand All @@ -47,7 +47,7 @@ services:
DEBUG: 1

persister-influxdb:
image: ghcr.io/city-of-helsinki/mittaridatapumppu-persister
image: ghcr.io/city-of-helsinki/mittaridatapumppu-persister:latest
build: ./mittaridatapumppu-persister
container_name: persister-influxdb
depends_on:
Expand Down Expand Up @@ -100,7 +100,7 @@ services:
timeout: 5s

deviceregistry:
image: ghcr.io/city-of-helsinki/mittaridatapumppu-deviceregistry
image: ghcr.io/city-of-helsinki/mittaridatapumppu-deviceregistry:latest
build: .
container_name: deviceregistry
volumes:
Expand Down

0 comments on commit f9cdc34

Please sign in to comment.