Compare commits

...

3 Commits

Author SHA1 Message Date
timothykim 553b77788d Merge branch 'goatcounter'
Deploy goatcounter / deploy (push) Successful in 3s
2026-04-09 16:40:16 -04:00
timothykim f5f08c48ac adds secret 2026-04-09 16:40:11 -04:00
timothykim a8a3acff84 goat counter 2026-04-09 14:26:17 -04:00
3 changed files with 7 additions and 5 deletions
+2
View File
@@ -0,0 +1,2 @@
# hantim-goatcounter-password
GOATCOUNTER_PASSWORD=1b02fe2e-7acb-4111-918a-b42701546299
+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: