modified: serv_nginx/docker-compose.yml

modified:   serv_nginx/nginx/nginx-ssl.conf
	deleted:    serv_nginx/serv_golang_rest_api/docker-compose.yaml
add / slash to api path proxy_pass
This commit is contained in:
2025-10-06 00:23:47 +05:00
parent f113f8a8c9
commit 30aed452f6
3 changed files with 3 additions and 55 deletions
+2 -1
View File
@@ -40,6 +40,7 @@ services:
- app-network
depends_on:
- certbot
- serv_golang_rest_api
api:
build:
@@ -66,7 +67,7 @@ services:
test: ["CMD", "wget", "--no-verbose", "--tries=1", "--spider", "http://localhost:8080/health"]
interval: 30s
timeout: 10s
retries: 3
retries: 3s
db:
image: postgres:15-alpine