Use new version naming convention
This commit is contained in:
parent
248f8e2b8d
commit
9292655852
12
compose.yml
12
compose.yml
@ -69,25 +69,25 @@ networks:
|
||||
|
||||
configs:
|
||||
app_ini:
|
||||
name: ${STACK_NAME}_app_ini_${APP_INI_VERSION}
|
||||
name: ${APP_INI_VERSION}
|
||||
file: app.ini.tmpl
|
||||
template_driver: golang
|
||||
|
||||
secrets:
|
||||
db_passwd:
|
||||
name: ${STACK_NAME}_db_passwd_${DB_PASSWD_VERSION}
|
||||
Aname: ${DB_PASSWD_VERSION}
|
||||
external: true
|
||||
db_root_passwd:
|
||||
name: ${STACK_NAME}_db_passwd_${DB_ROOT_PASSWD_VERSION}
|
||||
name: ${DB_ROOT_PASSWD_VERSION}
|
||||
external: true
|
||||
internal_token:
|
||||
name: ${STACK_NAME}_internal_token_${INTERNAL_TOKEN_VERSION}
|
||||
name: ${INTERNAL_TOKEN_VERSION}
|
||||
external: true
|
||||
jwt_secret:
|
||||
name: ${STACK_NAME}_jwt_secret_${JWT_SECRET_VERSION}
|
||||
name: ${JWT_SECRET_VERSION}
|
||||
external: true
|
||||
secret_key:
|
||||
name: ${STACK_NAME}_secret_key_${SECRET_KEY_VERSION}
|
||||
name: ${SECRET_KEY_VERSION}
|
||||
external: true
|
||||
|
||||
volumes:
|
||||
|
Loading…
x
Reference in New Issue
Block a user