Grafana
This commit is contained in:
@@ -26,7 +26,6 @@ docker run --detach --name pgsql \
|
||||
```
|
||||
|
||||
```shell
|
||||
image: iut/pgsql:2025-12
|
||||
volumes:
|
||||
- database_data:/var/lib/postgresql:rw
|
||||
- ./postgresql-entrypoint-initdb.d:/docker-entrypoint-initdb.d:Z
|
||||
@@ -35,6 +34,7 @@ image: iut/pgsql:2025-12
|
||||
|
||||
## pgAdmin
|
||||
|
||||
```
|
||||
pgadmin:
|
||||
image: dpage/pgadmin4:9.8
|
||||
depends_on:
|
||||
@@ -58,3 +58,4 @@ image: iut/pgsql:2025-12
|
||||
caddy: pgadmin.localhost
|
||||
caddy.reverse_proxy: "{{upstreams 80}}"
|
||||
caddy.tls: internal
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user