services: << service_name >>: image: 2fauth/2fauth:latest container_name: << service_name >> environment: - TZ=<< timezone >> - APP_KEY=<< app_key >> - APP_URL=<< app_url >> - IS_DEMO_APP=false - TRUSTED_PROXIES=* volumes: - << appdata_dir >>/<< service_name >>:/2fauth ports: - "<< port >>:8000" restart: unless-stopped