disable pgadmin
This commit is contained in:
parent
e6a7846c6c
commit
1f82c4e7e4
@ -1,12 +1,12 @@
|
||||
services:
|
||||
pgadmin:
|
||||
image: dpage/pgadmin4:latest
|
||||
env_file: ./.env
|
||||
ports:
|
||||
- target: 5050
|
||||
published: 8095
|
||||
protocol: tcp
|
||||
mode: ingress
|
||||
# pgadmin:
|
||||
# image: dpage/pgadmin4:latest
|
||||
# env_file: ./.env
|
||||
# ports:
|
||||
# - target: 5050
|
||||
# published: 8095
|
||||
# protocol: tcp
|
||||
# mode: ingress
|
||||
|
||||
postgres:
|
||||
image: postgres:17
|
||||
|
Loading…
x
Reference in New Issue
Block a user