Fügt docker-compose für pgadmin hinzu
This commit is contained in:
11
docker-compose.yml
Normal file
11
docker-compose.yml
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
services:
|
||||||
|
pgadmin:
|
||||||
|
container_name: pgadmin
|
||||||
|
image: dpage/pgadmin4:9.12.0
|
||||||
|
restart: unless-stopped
|
||||||
|
env_file:
|
||||||
|
- .env
|
||||||
|
volumes:
|
||||||
|
- ./data:/var/lib/pgadmin:delegated
|
||||||
|
ports:
|
||||||
|
- 9440:80
|
||||||
Reference in New Issue
Block a user