mirror of
https://github.com/odoocker/odoocker
synced 2025-11-04 15:19:22 +01:00
framework upgrade
This commit is contained in:
19
docker-compose.pgadmin.yml
Normal file
19
docker-compose.pgadmin.yml
Normal file
@@ -0,0 +1,19 @@
|
||||
services:
|
||||
pgadmin:
|
||||
image: dpage/pgadmin4:7.4
|
||||
restart: unless-stopped
|
||||
expose:
|
||||
- 80
|
||||
volumes:
|
||||
- pgadmin-data:${PGADMIN_DATA}
|
||||
environment:
|
||||
- PGADMIN_DEFAULT_EMAIL
|
||||
- PGADMIN_DEFAULT_PASSWORD
|
||||
- VIRTUAL_HOST=${PGADMIN_VIRTUAL_HOST}
|
||||
- LETSENCRYPT_HOST=${PGADMIN_LETSENCRYPT_HOST}
|
||||
- LETSENCRYPT_EMAIL
|
||||
networks:
|
||||
- internal
|
||||
|
||||
volumes:
|
||||
pgadmin-data:
|
||||
Reference in New Issue
Block a user