[chore] Global project refactoring

This commit is contained in:
ITQ
2024-04-01 11:20:07 +03:00
parent 0a8b3773f5
commit 5c64e1f3b9
49 changed files with 731 additions and 496 deletions
-14
View File
@@ -51,18 +51,6 @@ services:
- "3000:3000"
restart: always
# nginx:
# container_name: nginx
# image: nginx:custom
# build: ./nginx
# restart: unless-stopped
# ports:
# - 80:80
# volumes:
# - media:/usr/src/app/media
# depends_on:
# - backend
pgadmin:
image: dpage/pgadmin4:8.4
container_name: pgadmin
@@ -82,5 +70,3 @@ volumes:
postgres_data:
redis_data:
pgadmin_data:
media:
external: true