12 lines
No EOL
461 B
Text
Executable file
12 lines
No EOL
461 B
Text
Executable file
services:
|
|
tududi:
|
|
environment:
|
|
- TUDUDI_USER_EMAIL=${U_MAIL}
|
|
- TUDUDI_USER_PASSWORD=${U_PASS}
|
|
- TUDUDI_SESSION_SECRET=${SESSION_SECRET}
|
|
- TUDUDI_INTERNAL_SSL_ENABLED=false
|
|
volumes:
|
|
- ${DATA_DIR}:/usr/src/app/tududi_db
|
|
ports:
|
|
- ${DIFFUSION}:9292
|
|
image: chrisvel/tududi:${APP_VER} # At creation of this compose : 0.20, This project has NOT a :latest tag ! |