This repository has been archived on 2025-03-01. You can view files and clone it, but cannot push or open issues or pull requests.
trantor/docker-compose.yml

19 lines
475 B
YAML
Raw Permalink Normal View History

2021-02-10 16:42:59 +00:00
trantor:
container_name: trantor
hostname: trantor
image: trantor
restart: always
ports:
- "0.0.0.0:8080:8080" # web
- "0.0.0.0:9123:9123" # prometheus
volumes:
- /opt/store:/store
- /opt/tmp:/tmp
2021-02-10 16:42:59 +00:00
# - /opt/logger.xml:/logger.xml
environment:
- SESSION_KEY=
- TRANTOR_DB_ADDR=localhost:5432
- TRANTOR_DB_NAME=trantor
- TRANTOR_DB_USER=trantor
- TRANTOR_DB_PASSWORD=