services: outpost: image: ghcr.io/goauthentik/proxy:2026.5.0 container_name: authentik-outpost-seaweedfs restart: unless-stopped environment: AUTHENTIK_HOST: https://auth.xiteng.site AUTHENTIK_TOKEN: ${AUTHENTIK_OUTPOST_SEAWEEDFS_TOKEN} AUTHENTIK_INSECURE: "true" ports: - "9003:9000" networks: - homelab_net networks: homelab_net: external: true