diff --git a/stacks/authentik.yml b/stacks/authentik.yml index dea2bcf..1acf979 100644 --- a/stacks/authentik.yml +++ b/stacks/authentik.yml @@ -128,7 +128,7 @@ services: deploy: resources: limits: - memory: 384M + memory: 1G cpus: '0.3' reservations: memory: 128M @@ -211,4 +211,4 @@ networks: # # Outpost status (embedded outpost on port 9000): # curl http://authentik-server:9000/outpost.goauthentik.io/ping -# curl http://192.168.86.149:9000/outpost.goauthentik.io/auth/nginx (should return 401, not 404) +# curl http://192.168.86.149:9000/outpost.goauthentik.io/auth/nginx (should return 401, not 404) \ No newline at end of file