Files
hantim-server/docker/goatcounter/compose.yaml
T
timothykim ee0c58ad28
Deploy goatcounter / deploy (push) Successful in 8s
Deploy nginx / deploy (push) Failing after 1s
adds goatcounter
2026-04-08 20:23:22 -04:00

19 lines
357 B
YAML

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