goat counter
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
# hantim-goatcounter-password
|
||||
GOATCOUNTER_PASSWORD=<uuid>
|
||||
@@ -1,2 +1,3 @@
|
||||
# !create
|
||||
db/
|
||||
.env
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user