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