Merge pull request #70 from grafana/using_images_for_dc
Using image: grafana/oncall
This commit is contained in:
commit
4ce4e5b702
1 changed files with 3 additions and 5 deletions
|
|
@ -1,8 +1,6 @@
|
|||
services:
|
||||
engine:
|
||||
# TODO: change to the public image once it's public
|
||||
# image: ...
|
||||
build: engine
|
||||
image: grafana/oncall
|
||||
ports:
|
||||
- 8080:8080
|
||||
command: >
|
||||
|
|
@ -36,7 +34,7 @@ services:
|
|||
|
||||
celery:
|
||||
# TODO: change to the public image once it's public
|
||||
build: engine
|
||||
image: grafana/oncall
|
||||
command: sh -c "./celery_with_exporter.sh"
|
||||
environment:
|
||||
BASE_URL: $DOMAIN
|
||||
|
|
@ -70,7 +68,7 @@ services:
|
|||
condition: service_started
|
||||
|
||||
oncall_db_migration:
|
||||
build: engine
|
||||
image: grafana/oncall
|
||||
command: python manage.py migrate --noinput
|
||||
environment:
|
||||
BASE_URL: $DOMAIN
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue