next_main

This commit is contained in:
jze9
2025-04-08 22:22:30 +05:00
parent a7e85b949c
commit 788bb5b92c
13 changed files with 994 additions and 41 deletions

View File

@@ -38,17 +38,17 @@ services:
# - NAVICAT_MONITOR_DB_USER=postgres
# - NAVICAT_MONITOR_DB_PASSWORD=postgres
#
api:
image: copp:api-lasted
container_name: api
#restart: always
ports:
- "8000:8000"
networks:
- backend
build:
context: .
dockerfile: ./server/api/dockerfile
#api:
# image: copp:api-lasted
# container_name: api
# #restart: always
# ports:
# - "8000:8000"
# networks:
# - backend
# build:
# context: .
# dockerfile: ./server/api/dockerfile
api_data_base:
image: copp:api-data-base-lasted