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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user