--- version: "3.8" services: app: environment: - DRONE_GITEA_CLIENT_ID=${GITEA_CLIENT_ID} - DRONE_GITEA_SERVER=https://${GITEA_DOMAIN} secrets: - client_secret secrets: client_secret: name: ${STACK_NAME}_client_secret_${CLIENT_SECRET_VERSION} external: true