Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ralfyang authored Dec 7, 2020
1 parent 1ff5246 commit 1b1296b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.1'
services:
expoterhub:
image: nexclipper/exporterhub:release-fe0.2.4
image: nexclipper/exporterhub:release-fe0.2.5
ports:
- "8080:3000"
depends_on:
Expand All @@ -22,7 +22,7 @@ services:
- ./db_data:/var/lib/mysql/
# - ./exporterhub_schema.sql:/data/application/init.sql
scheduler:
image: nexclipper/exporterhub-api:release-api0.2.1
image: nexclipper/exporterhub-api:release-api0.2.2
environment:
APP_DB_ENGINE: django.db.backends.mysql
DB_NAME: exporterhub
Expand All @@ -34,7 +34,7 @@ services:
SECRET_KEY: "supersecretkey"
APP_TOKEN: "85ad7925904fdb959a1f1ffeff5ea2952f32e4e6"
api:
image: nexclipper/exporterhub-api:release-api0.2.1
image: nexclipper/exporterhub-api:release-api0.2.2
ports:
- "8000:8000"
environment:
Expand Down

0 comments on commit 1b1296b

Please sign in to comment.