Rename files back to docker-compose.toml so LSP recognizes the schema

This commit is contained in:
Marko Korhonen 2023-04-08 21:36:14 +03:00
parent 6aad22192a
commit b37714cb36
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890
17 changed files with 0 additions and 0 deletions

21
umami/docker-compose.toml Normal file
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"
[services.umami.environment]
DATABASE_URL = "postgresql://umami:${POSTGRES_PASS}@postgres:5432/umami"
HASH_SALT = "${HASH_SALT}"
TRACKER_SCRIPT_NAME = "ua9quuaW"
[services.umami.logging.options]
max-size = "10m"
max-file = "10"
[networks.postgres]
external = true
[networks.proxy]
external = true