mirror of
https://github.com/umami-software/umami.git
synced 2026-02-18 11:35:37 +01:00
🚧 WIP: docker-compose + github action
This commit is contained in:
parent
f7ff90e93e
commit
78bc17ce3b
3 changed files with 30 additions and 0 deletions
10
docker-compose-sqlite.yml
Normal file
10
docker-compose-sqlite.yml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
version: '3'
|
||||
services:
|
||||
umami:
|
||||
image: ghcr.io/mikecao/umami:sqlite-latest
|
||||
ports:
|
||||
- "3000:3000"
|
||||
environment:
|
||||
DATABASE_TYPE: sqlite
|
||||
HASH_SALT: replace-me-with-a-random-string
|
||||
restart: always
|
||||
Loading…
Add table
Add a link
Reference in a new issue