fix secret error
This commit is contained in:
parent
f660ad5c1c
commit
900751b77e
@ -1,5 +1,5 @@
|
||||
TYPE=firefly-iii
|
||||
DOMAIN=example.com
|
||||
DOMAIN=firefly-iii.example.com
|
||||
LETS_ENCRYPT_ENV=production
|
||||
|
||||
APP_NAME=FireflyIII
|
||||
|
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user