mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-10 11:10:27 +02:00
update superset
This commit is contained in:
parent
5e84996d54
commit
1057a9d6b6
@ -1,15 +1,16 @@
|
||||
version: '3'
|
||||
version: '3.7'
|
||||
|
||||
services:
|
||||
|
||||
redis:
|
||||
image: redis
|
||||
image: redis:5-alpine
|
||||
command: --save 900 1
|
||||
volumes:
|
||||
- ./data/redis:/data
|
||||
restart: always
|
||||
|
||||
postgres:
|
||||
image: postgres
|
||||
image: postgres:11-alpine
|
||||
volumes:
|
||||
- ./data/postgres:/var/lib/postgresql/data
|
||||
environment:
|
||||
@ -19,7 +20,7 @@ services:
|
||||
restart: always
|
||||
|
||||
superset:
|
||||
image: amancevice/superset
|
||||
image: amancevice/superset:0.34.0
|
||||
ports:
|
||||
- "8088:8088"
|
||||
volumes:
|
||||
@ -32,7 +33,7 @@ services:
|
||||
restart: always
|
||||
|
||||
worker:
|
||||
image: amancevice/superset
|
||||
image: amancevice/superset:0.34.0
|
||||
command: celery worker
|
||||
volumes:
|
||||
- ./data/superset:/etc/superset
|
||||
|
Loading…
Reference in New Issue
Block a user