diff --git a/.env.sample b/.env.sample index bbfb5ac..00cca7a 100644 --- a/.env.sample +++ b/.env.sample @@ -1,5 +1,5 @@ TYPE=firefly-iii -DOMAIN=example.com +DOMAIN=firefly-iii.example.com LETS_ENCRYPT_ENV=production APP_NAME=FireflyIII diff --git a/compose.yml b/compose.yml index e319ce2..568036e 100644 --- a/compose.yml +++ b/compose.yml @@ -121,7 +121,7 @@ volumes: firefly_iii_db: secrets: cron_token: - name: ${STACK_NAME}_static_cron_token_${SECRET_STATIC_CRON_TOKEN_VERSION} + name: ${STACK_NAME}_cron_token_${SECRET_STATIC_CRON_TOKEN_VERSION} external: true app_key: name: ${STACK_NAME}_app_key_${SECRET_APP_KEY_VERSION}