diff --git a/docker-compose.yaml b/docker-compose.yaml index 2a4407b..871c852 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -41,6 +41,7 @@ services: # ────────────────────── environment: ASPNETCORE_ENVIRONMENT: "Production" DatabaseSettings__ConnectionString: "Host=db;Port=5432;Database=opencand;Username=root;Password=root" + FotosSettings__ApiBasePath: "https://api.opencand.ivanch.me/assets/fotos" volumes: - ./fotos_cand:/app/fotos_cand logging: