adds goatcounter
Deploy goatcounter / deploy (push) Successful in 8s
Deploy nginx / deploy (push) Failing after 1s

This commit is contained in:
2026-04-08 20:23:22 -04:00
parent 4b32e358a1
commit ee0c58ad28
4 changed files with 71 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
services:
goatcounter:
image: baethon/goatcounter
restart: unless-stopped
container_name: goatcounter
command: >-
goatcounter serve
-listen :8080
-tls none
-db sqlite3+/goatcounter/db/goatcounter.sqlite3
volumes:
- ./db:/goatcounter/db
networks:
- shared
networks:
shared:
external: true