Feature: API PostgreSQL — upsert по «Название», загрузка из БД при открытии

Made-with: Cursor
This commit is contained in:
cursor-agent
2026-04-06 08:59:29 +00:00
parent 5c0028c308
commit f506563cdb
11 changed files with 1272 additions and 28 deletions

View File

@@ -5,3 +5,21 @@ services:
- "${PORT:-8080}:80"
volumes:
- ./:/usr/share/nginx/html:ro
api:
build: ./server
container_name: omc-sd-api
restart: unless-stopped
env_file:
- .env
environment:
PORT: "3910"
ports:
- "127.0.0.1:3910:3910"
networks:
- gen7x_network
networks:
gen7x_network:
external: true
name: docker_gen7x_network