This commit is contained in:
@@ -57,39 +57,39 @@ services:
|
||||
# interval: 75s
|
||||
# retries: 3
|
||||
|
||||
umami:
|
||||
image: ghcr.io/umami-software/umami:latest
|
||||
container_name: umami
|
||||
ports:
|
||||
- "3000:3000"
|
||||
environment:
|
||||
DATABASE_URL: postgresql://umami:umami@db:5432/umami
|
||||
APP_SECRET: replace-me-with-a-random-string
|
||||
depends_on:
|
||||
db:
|
||||
condition: service_healthy
|
||||
init: true
|
||||
restart: always
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "curl http://localhost:3000/api/heartbeat"]
|
||||
interval: 5s
|
||||
timeout: 5s
|
||||
retries: 5
|
||||
umami-db:
|
||||
container_name: umami-db
|
||||
image: postgres:15-alpine
|
||||
environment:
|
||||
POSTGRES_DB: umami
|
||||
POSTGRES_USER: umami
|
||||
POSTGRES_PASSWORD: umami
|
||||
volumes:
|
||||
- umami-db-data:/var/lib/postgresql/data
|
||||
restart: always
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "pg_isready -U $${POSTGRES_USER} -d $${POSTGRES_DB}"]
|
||||
interval: 5s
|
||||
timeout: 5s
|
||||
retries: 5
|
||||
# umami:
|
||||
# image: ghcr.io/umami-software/umami:latest
|
||||
# container_name: umami
|
||||
# ports:
|
||||
# - "3000:3000"
|
||||
# environment:
|
||||
# DATABASE_URL: postgresql://umami:umami@db:5432/umami
|
||||
# APP_SECRET: replace-me-with-a-random-string
|
||||
# depends_on:
|
||||
# db:
|
||||
# condition: service_healthy
|
||||
# init: true
|
||||
# restart: always
|
||||
# healthcheck:
|
||||
# test: ["CMD-SHELL", "curl http://localhost:3000/api/heartbeat"]
|
||||
# interval: 5s
|
||||
# timeout: 5s
|
||||
# retries: 5
|
||||
# umami-db:
|
||||
# container_name: umami-db
|
||||
# image: postgres:15-alpine
|
||||
# environment:
|
||||
# POSTGRES_DB: umami
|
||||
# POSTGRES_USER: umami
|
||||
# POSTGRES_PASSWORD: umami
|
||||
# volumes:
|
||||
# - umami-db-data:/var/lib/postgresql/data
|
||||
# restart: always
|
||||
# healthcheck:
|
||||
# test: ["CMD-SHELL", "pg_isready -U $${POSTGRES_USER} -d $${POSTGRES_DB}"]
|
||||
# interval: 5s
|
||||
# timeout: 5s
|
||||
# retries: 5
|
||||
|
||||
wallos:
|
||||
container_name: wallos
|
||||
@@ -107,6 +107,6 @@ services:
|
||||
volumes:
|
||||
postgres_data:
|
||||
warracker_uploads:
|
||||
RSSdata:
|
||||
RSSextensions:
|
||||
umami-db-data:
|
||||
# RSSdata:
|
||||
# RSSextensions:
|
||||
# umami-db-data:
|
||||
Reference in New Issue
Block a user