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 # !create
db/ db/
.env
+4 -5
View File
@@ -3,11 +3,10 @@ services:
image: baethon/goatcounter image: baethon/goatcounter
restart: unless-stopped restart: unless-stopped
container_name: goatcounter container_name: goatcounter
command: >- env_file: .env
goatcounter serve environment:
-listen :8080 GOATCOUNTER_DOMAIN: goatcounter.hantim.net
-tls none GOATCOUNTER_EMAIL: timothykim@fastmail.fm
-db sqlite3+/goatcounter/db/goatcounter.sqlite3
volumes: volumes:
- ./db:/goatcounter/db - ./db:/goatcounter/db
networks: networks: