Fix image name in docker compose

This commit is contained in:
Gabriel Augendre 2022-04-25 22:03:43 +02:00
parent 7157e990d6
commit 19121d0d89

View file

@ -1,7 +1,7 @@
version: '2.4'
services:
django:
image: crocmagnon/cheese-factory:dev
image: crocmagnon/checkout:dev
build:
context: .
args:
@ -21,3 +21,4 @@ services:
volumes:
staticfiles: {}
media: {}
grafana: {}