Skip to content
Snippets Groups Projects
Verified Commit 5b810cd5 authored by Quentin Duchemin's avatar Quentin Duchemin
Browse files

[PicaMetrics] Fix built image name

parent 9de8160d
No related branches found
No related tags found
No related merge requests found
Pipeline #61943 waiting for manual action
......@@ -7,12 +7,12 @@ volumes:
networks:
docker_default:
external: true
picasoft-metrics:
metrics:
services:
picasoft-metrics-bot:
image: registry.picasoft.net/picasoft-metrics-bot:v1.0.1
container_name: picasoft-metrics-bot
metrics-bot:
image: registry.picasoft.net/pica-metrics-bot:v1.0.1
container_name: pica-metrics-services
volumes:
- config.json:/code/config/config.json
environment:
......@@ -24,7 +24,7 @@ services:
influxdb:
image: registry.picasoft.net/influxdb:1.7.9
container_name: influxdb
container_name: influxdb-services
volumes:
- influxdb:/var/lib/influxdb
environment:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment