diff --git a/compose.oauth.yml b/compose.oauth.yml index 9f639f1..dc58992 100644 --- a/compose.oauth.yml +++ b/compose.oauth.yml @@ -1,5 +1,5 @@ --- -version: '3.8' +version: "3.8" services: app: @@ -24,6 +24,6 @@ services: - OAUTH_KEY_FILE=/run/secrets/oauth_key secrets: - oauth_key: - external: true + oauth_key: + external: true name: ${STACK_NAME}_oauth_key_${SECRET_OAUTH_KEY_VERSION}