adds goatcounter
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
# !create
|
||||
db/
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user