Convert compose files to yaml

toml conversion stopped working, don't want to fix it
This commit is contained in:
Marko Korhonen 2024-11-04 10:27:12 +02:00
parent 9014f87dfd
commit 037967efd7
49 changed files with 904 additions and 773 deletions

View file

@ -0,0 +1,21 @@
services:
umami:
image: ghcr.io/umami-software/umami:postgresql-latest
container_name: umami
restart: unless-stopped
networks:
- postgres
- proxy
env_file: .env
environment:
DATABASE_URL: postgresql://umami:${POSTGRES_PASS}@postgres:5432/umami
HASH_SALT: ${HASH_SALT}
logging:
options:
max-size: 10m
max-file: "10"
networks:
postgres:
external: true
proxy:
external: true