goat counter

This commit is contained in:
2026-04-09 14:26:17 -04:00
parent ee0c58ad28
commit a8a3acff84
3 changed files with 7 additions and 5 deletions
+2
View File
@@ -0,0 +1,2 @@
# hantim-goatcounter-password
GOATCOUNTER_PASSWORD=<uuid>
+1
View File
@@ -1,2 +1,3 @@
# !create
db/
.env
+4 -5
View File
@@ -3,11 +3,10 @@ services:
image: baethon/goatcounter
restart: unless-stopped
container_name: goatcounter
command: >-
goatcounter serve
-listen :8080
-tls none
-db sqlite3+/goatcounter/db/goatcounter.sqlite3
env_file: .env
environment:
GOATCOUNTER_DOMAIN: goatcounter.hantim.net
GOATCOUNTER_EMAIL: timothykim@fastmail.fm
volumes:
- ./db:/goatcounter/db
networks: