diff --git a/perverse/docker-compose.yaml b/perverse/docker-compose.yaml index 1968aa7..a662980 100644 --- a/perverse/docker-compose.yaml +++ b/perverse/docker-compose.yaml @@ -5,3 +5,7 @@ services: dockerfile: Dockerfile container_name: perverse restart: unless-stopped + environment: + LOG_LEVEL: ${LOG_LEVEL:-INFO} + MASTODON_INSTANCE: ${MASTODON_INSTANCE} + MASTODON_ACCESS_TOKEN: ${MASTODON_ACCESS_TOKEN}