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