Refactoring start

This commit is contained in:
Dede
2025-11-21 15:08:53 +00:00
parent 1972c8ff90
commit c13e5b1dfc
48 changed files with 2269 additions and 731 deletions

View File

@@ -13,7 +13,7 @@ services:
networks:
- api
api_db:
image: postgres
image: postgres:15
container_name: api_db
ports:
- 5555:5432
@@ -22,7 +22,7 @@ services:
environment:
- POSTGRES_USER=postgres
- POSTGRES_PASSWORD=password
- POSTGRES_DBNAME="plr"
- POSTGRES_DB="plr"
restart: always
networks:
- api