Skip to content

Commit f5d0cb0

Browse files
committed
remove pgadmin
1 parent a0206bb commit f5d0cb0

File tree

3 files changed

+2
-21
lines changed

3 files changed

+2
-21
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
## Postgres - Pgdmin4 - Express.js - React.js Boilerplate
1+
## Postgres - Express.js - React.js Boilerplate

docker-compose-dev.yml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff 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

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)