From ec83b97c257f51530fa283ce3609a9fe58800b72 Mon Sep 17 00:00:00 2001 From: valitovgaziz Date: Fri, 12 Jun 2026 10:20:13 +0500 Subject: [PATCH] Remove api_tp from docker-compose.yml (service already deleted) --- main_dc/docker-compose.yml | 38 -------------------------------------- 1 file changed, 38 deletions(-) diff --git a/main_dc/docker-compose.yml b/main_dc/docker-compose.yml index 0226949..1b28958 100644 --- a/main_dc/docker-compose.yml +++ b/main_dc/docker-compose.yml @@ -55,8 +55,6 @@ services: condition: service_healthy certbot: condition: service_healthy - api_tp: - condition: service_healthy api_bb: condition: service_healthy analytics: @@ -120,42 +118,6 @@ services: retries: 3 start_period: 40s -# REST API app on Golang (Gorm, Chi) бизнес логика приложения yalarba.ru. Работает с БД на PostgresQL db:db_tp - api_tp: - build: - context: ./yalarba/api_tp - dockerfile: Dockerfile - ports: - - "8888:8080" - container_name: api_tp - restart: unless-stopped - depends_on: - db: - condition: service_healthy - environment: - # Database connection settings - DB_HOST: db - DB_PORT: 5432 - DB_USER: postgres - DB_PASSWORD: postgres - DB_NAME: mydb - APP_PORT: 8080 - networks: - - app-network - healthcheck: - test: - [ - "CMD", - "wget", - "--no-verbose", - "--tries=1", - "--spider", - "http://localhost:8080/health", - ] - interval: 30s - timeout: 10s - retries: 3 - # PostgresQL DB база данных для храниния информации приложений Yalarba.ru && Easysite102.ru db: image: postgres:15-alpine