docker compose: bugfix wrong use of tags
This commit is contained in:
parent
35a753d244
commit
bd1efe3adc
|
@ -1,7 +1,7 @@
|
||||||
services:
|
services:
|
||||||
devicehub-django:
|
devicehub-django:
|
||||||
init: true
|
init: true
|
||||||
image: farga.pangea.org/ereuse/devicehub-django/latest
|
image: farga.pangea.org/ereuse/devicehub-django:latest
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: docker/devicehub-django.Dockerfile
|
dockerfile: docker/devicehub-django.Dockerfile
|
||||||
|
@ -27,7 +27,7 @@ services:
|
||||||
# https://docs.docker.com/compose/how-tos/profiles/
|
# https://docs.docker.com/compose/how-tos/profiles/
|
||||||
profiles: [idhub]
|
profiles: [idhub]
|
||||||
init: true
|
init: true
|
||||||
image: farga.pangea.org/ereuse/idhub/latest
|
image: farga.pangea.org/ereuse/idhub:latest
|
||||||
environment:
|
environment:
|
||||||
- DOMAIN=${IDHUB_DOMAIN:-localhost}
|
- DOMAIN=${IDHUB_DOMAIN:-localhost}
|
||||||
- ALLOWED_HOSTS=${IDHUB_ALLOWED_HOSTS:-$IDHUB_DOMAIN}
|
- ALLOWED_HOSTS=${IDHUB_ALLOWED_HOSTS:-$IDHUB_DOMAIN}
|
||||||
|
|
Loading…
Reference in a new issue