Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 553b77788d | |||
| f5f08c48ac | |||
| a8a3acff84 |
@@ -0,0 +1,2 @@
|
|||||||
|
# hantim-goatcounter-password
|
||||||
|
GOATCOUNTER_PASSWORD=1b02fe2e-7acb-4111-918a-b42701546299
|
||||||
@@ -1,2 +1,3 @@
|
|||||||
# !create
|
# !create
|
||||||
db/
|
db/
|
||||||
|
.env
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user