version: "3.8" services: app: environment: - PORKBUN_API_KEY_FILE=/run/secrets/pb_api_key - PORKBUN_SECRET_API_KEY_FILE=/run/secrets/pb_s_api_key secrets: - pb_api_key - pb_s_api_key secrets: pb_api_key: name: ${STACK_NAME}_pb_api_key_${SECRET_PORKBUN_API_KEY_VERSION} external: true pb_s_api_key: name: ${STACK_NAME}_pb_s_api_key_${SECRET_PORKBUN_SECRET_API_KEY_VERSION} external: true