services: totp-auth: image: toastie89/totp-auth container_name: totp-auth build: build/ environment: TZ: Europe/Berlin SECRET: ${SECRET} networks: - reverse-proxy_default networks: reverse-proxy_default: external: true