version: "3.8" services: sleep-meditation: image: gitea.oskamp.info/ivooskamp/sleep-meditation:${SLEEP_MEDITATION_IMAGE_TAG} container_name: sleep-meditation restart: unless-stopped ports: - "${SLEEP_MEDITATION_PORT}:8000" volumes: - ${SLEEP_MEDITATION_MP3_PATH}:/usr/share/nginx/html/mp3 sleep-meditation-downloader: image: gitea.oskamp.info/ivooskamp/sleep-meditation-downloader:${SLEEP_MEDITATION_IMAGE_TAG} container_name: sleep-meditation-downloader restart: unless-stopped ports: - "${SLEEP_MEDITATION_DOWNLOADER_PORT}:8001" volumes: - ${SLEEP_MEDITATION_MP3_PATH}:/mp3 environment: - MP3_DIR=/mp3