File tree Expand file tree Collapse file tree 3 files changed +2
-21
lines changed Expand file tree Collapse file tree 3 files changed +2
-21
lines changed Original file line number Diff line number Diff line change 1- ## Postgres - Pgdmin4 - Express.js - React.js Boilerplate
1+ ## Postgres - Express.js - React.js Boilerplate
Original file line number Diff line number Diff line change @@ -15,25 +15,6 @@ services:
1515 - ./database/data:/var/lib/postgresql/data
1616 - ./database/initdb.sql:/docker-entrypoint-initdb.d/init.sql
1717 container_name : postgres_db
18- # ##############
19- # # PG ADMIN ###
20- # pgadmin:
21- # image: dpage/pgadmin4
22- # ports:
23- # - 5555:80
24- # volumes:
25- # - ./database/pgadmin/data:/var/lib/pgadmin
26- # links:
27- # - postgres_db
28- # networks:
29- # - database
30- # depends_on:
31- # - postgres_db
32- # env_file:
33- # - ./database/pgadmin/.env
34- # container_name: pgadmin
35- # ############
36- # # SERVER ##
3718 server :
3819 build :
3920 context : ./server
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ services:
3535 env_file :
3636 - ./database/.env
3737 volumes :
38- - ./database/db_data :/var/lib/postgresql/data/
38+ - ./database/data :/var/lib/postgresql/data/
3939 - ./database/initdb.sql:/docker-entrypoint-initdb.d/init.sql
4040 container_name : postgres_db
4141
You can’t perform that action at this time.
0 commit comments