Skip to content

Commit 01caf14

Browse files
committed
chore: remove pgAdmin service from docker-compose configuration
1 parent 017f5df commit 01caf14

File tree

1 file changed

+1
-20
lines changed

1 file changed

+1
-20
lines changed

docker-compose.yml

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -45,25 +45,7 @@ services:
4545
timeout: 5s
4646
retries: 5
4747

48-
pgadmin:
49-
image: dpage/pgadmin4:latest
50-
container_name: todo-pgadmin
51-
environment:
52-
PGADMIN_DEFAULT_EMAIL: [email protected]
53-
PGADMIN_DEFAULT_PASSWORD: admin123
54-
PGADMIN_CONFIG_SERVER_MODE: 'False'
55-
PGADMIN_CONFIG_MASTER_PASSWORD_REQUIRED: 'False'
56-
ports:
57-
- "5050:80"
58-
volumes:
59-
- pgadmin_data:/var/lib/pgadmin
60-
depends_on:
61-
- postgres
62-
healthcheck:
63-
test: ["CMD", "curl", "-f", "http://localhost:80/misc/ping"]
64-
interval: 30s
65-
timeout: 10s
66-
retries: 3
48+
6749

6850
db:
6951
image: mongo:latest
@@ -116,4 +98,3 @@ services:
11698

11799
volumes:
118100
postgres_data:
119-
pgadmin_data:

0 commit comments

Comments
 (0)