fix: JupyterHub Dockerfile - add eric user, sudo, fix DB path (4 slashes)
This commit is contained in:
25
ditto-things.yml
Normal file
25
ditto-things.yml
Normal file
@@ -0,0 +1,25 @@
|
||||
services:
|
||||
ditto-things:
|
||||
image: eclipse/ditto-things:latest
|
||||
container_name: smart-city-ditto-things
|
||||
restart: unless-stopped
|
||||
hostname: ditto-things
|
||||
environment:
|
||||
- TZ=Europe/Berlin
|
||||
- BIND_HOSTNAME=0.0.0.0
|
||||
- DITTO_JWT_SECRET=my-ditto-jwt-secret-key-12345
|
||||
- MONGO_HOST=smart-city-ditto-mongodb
|
||||
- MONGO_PORT=27017
|
||||
- MONGO_DB=Things
|
||||
- MONGODB_URI=mongodb://smart-city-ditto-mongodb:27017/Things
|
||||
- AKKA_REMOTE_ENABLED=false
|
||||
- JAVA_TOOL_OPTIONS=-Dditto.things.authentication.devops.password=ditto-devops-secret
|
||||
networks:
|
||||
traefik-public:
|
||||
aliases:
|
||||
- ditto-cluster
|
||||
- ditto-things
|
||||
|
||||
networks:
|
||||
traefik-public:
|
||||
external: true
|
||||
Reference in New Issue
Block a user