docker-compose.yml 270 B

12345678910111213141516
  1. services:
  2. totp-auth:
  3. image: toastie89/totp
  4. container_name: totp-auth
  5. build: build/
  6. environment:
  7. TZ: Europe/Berlin
  8. SECRET: ${SECRET}
  9. networks:
  10. - reverse-proxy_default
  11. networks:
  12. reverse-proxy_default:
  13. external: true