[chore] Global project refactoring
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user