Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| cea6991556 |
@@ -4533,52 +4533,6 @@ services:
|
|||||||
retries: 5
|
retries: 5
|
||||||
start_period: 3s
|
start_period: 3s
|
||||||
restart: always
|
restart: always
|
||||||
pgbackweb:
|
|
||||||
container_name: pgbackweb
|
|
||||||
depends_on:
|
|
||||||
pgbackweb-db:
|
|
||||||
condition: service_healthy
|
|
||||||
environment:
|
|
||||||
PBW_ENCRYPTION_KEY: ${PGBACKWEB_ENCRYPTION_KEY}
|
|
||||||
PBW_POSTGRES_CONN_STRING: "postgresql://pgbackweb:${PGBACKWEB_PG_DB_PASSWD}@pgbackweb-db:5432/pgbackweb?sslmode=disable"
|
|
||||||
TZ: ${TZ}
|
|
||||||
image: eduardolat/pgbackweb:latest
|
|
||||||
labels:
|
|
||||||
homepage.group: System Administration
|
|
||||||
homepage.name: PG Back Web
|
|
||||||
homepage.href: https://pg.${MY_TLD}
|
|
||||||
homepage.icon: sh-pg-back-web.svg
|
|
||||||
homepage.description: Backups for PostgreSQL
|
|
||||||
swag: enable
|
|
||||||
swag_proto: http
|
|
||||||
swag_port: 8085
|
|
||||||
swag_url: pg.${MY_TLD}
|
|
||||||
swag.uptime-kuma.enabled: true
|
|
||||||
swag.uptime-kuma.name: PG Back Web
|
|
||||||
swag.uptime-kuma.monitor.url: https://pg.${MY_TLD}
|
|
||||||
swag.uptime-kuma.monitor.interval: 300
|
|
||||||
swag.uptime-kuma.monitor.retryInterval: 60
|
|
||||||
swag.uptime-kuma.monitor.maxretries: 5
|
|
||||||
ports:
|
|
||||||
- "8085:8085" # Access the web interface at http://localhost:8085
|
|
||||||
restart: unless-stopped
|
|
||||||
pgbackweb-db:
|
|
||||||
container_name: pgbackweb-db
|
|
||||||
environment:
|
|
||||||
POSTGRES_USER: pgbackweb
|
|
||||||
POSTGRES_DB: pgbackweb
|
|
||||||
POSTGRES_PASSWORD: ${PGBACKWEB_PG_DB_PASSWD}
|
|
||||||
expose:
|
|
||||||
- 5432
|
|
||||||
healthcheck:
|
|
||||||
test: ["CMD-SHELL", "pg_isready -U postgres"]
|
|
||||||
interval: 5s
|
|
||||||
timeout: 5s
|
|
||||||
retries: 5
|
|
||||||
image: postgres:16-alpine
|
|
||||||
restart: unless-stopped
|
|
||||||
volumes:
|
|
||||||
- pgbackweb-data:/var/lib/postgresql/data
|
|
||||||
planka:
|
planka:
|
||||||
container_name: planka
|
container_name: planka
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|||||||
Reference in New Issue
Block a user