Files
dockerservertest/docker-compose.yml
2023-10-18 19:59:01 -05:00

20 lines
597 B
YAML

version: '3'
services:
cronicle:
container_name: cronicle
hostname: cronicle
image: bluet/cronicle-docker:latest
environment:
- TZ=${TZ}
- CRONICLE_base_app_url=http://192.168.1.33
- CRONICLE_master 1
- CRONICLE_import=/opt/cronicle/data/cronicle-data-backup.txt
network_mode: "host"
restart: always
volumes:
- ${DOCKER_CONFIGS}/cronicle/data:/opt/cronicle/data
- ${DOCKER_CONFIGS}/cronicle/logs:/opt/cronicle/logs
- ${DOCKER_CONFIGS}/cronicle/plugins:/opt/cronicle/plugins
- ${DOCKER_CONFIGS}/cronicle/workloads/app:/app