--- version: "3.8" services: app: environment: - RESTIC_REPOSITORY_FILE=/run/secrets/restic_repo secrets: - restic_repo secrets: restic_repo: external: true name: ${STACK_NAME}_restic_repo_${SECRET_RESTIC_REPO_VERSION}