add projectService

This commit is contained in:
2026-05-02 00:46:47 +03:00
parent 415ab4faf0
commit b2b066e0d3
22 changed files with 480 additions and 9 deletions
@@ -25,6 +25,8 @@ services:
networks:
- jambotron-staging-net
- jambotron-net # Для связи с Caddy
volumes:
- jambotron_data:/jambotron_data
environment:
SPRING_PROFILES_ACTIVE: ${SPRING_PROFILES_ACTIVE}
SPRING_DATASOURCE_URL: jdbc:postgresql://jambo-db-staging:5432/${STAGING_DB_NAME}
@@ -43,3 +45,5 @@ networks:
volumes:
jambo_db_staging_data:
jambotron_data:
name: jambotron_data