remove public_ssr_api_url

This commit is contained in:
maxDorninger
2025-06-08 23:10:37 +02:00
parent ec2493afdb
commit 40a19edc56
26 changed files with 146 additions and 161 deletions

View File

@@ -52,7 +52,6 @@ services:
- ./cache:/app/cache
environment:
- PUBLIC_API_URL=http://localhost:8000/api/v1
- PUBLIC_SSR_API_URL=http://backend:8000/api/v1
db:
image: postgres:latest
restart: unless-stopped