Skip to content

Installation Help #546

@tep1997

Description

@tep1997

Having a heck of a time getting this up and running. I'm sure it's my compose config, but after spinning up the container, it just keeps restarting.

Image

Documentation for the environment variables: https://recipes.musicavis.ca/docs/installation/docker/#environment-variables

services:
web:
image: reaper99/recipya:v1.2.2
container_name: recipya
restart: unless-stopped
environment:
RECIPYA_EMAIL: "[email protected]"
RECIPYA_EMAIL_SMTP_HOST: "smtp.gmail.com"
RECIPYA_EMAIL_SMTP_USERNAME: "[email protected]"
RECIPYA_EMAIL_SMTP_PASSWORD: "app password"
RECIPYA_DI_KEY: "KEY_1"
RECIPYA_DI_ENDPOINT: "https://{resource}.cognitiveservices.azure.com/"
RECIPYA_SERVER_AUTOLOGIN: false
RECIPYA_SERVER_IS_DEMO: false
RECIPYA_SERVER_IS_PROD: false
RECIPYA_SERVER_NO_SIGNUPS: false
RECIPYA_SERVER_PORT: 8078
RECIPYA_SERVER_URL: "http://0.0.0.0"
ports:
- "8085:8078"
volumes:
# For nightly image:
# "recipya-data:/home/recipya/.config/Recipya"
- "recipya-data:/root/.config/Recipya"
user: "${UID:-1000}:${GID:-1000}"

volumes:
recipya-data:

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

Status

Backlog

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions