1
0
Fork 0
mirror of https://github.com/kou029w/fogtype.com synced 2025-01-18 08:05:02 +00:00

fix!: storage以外永続化しないように変更

This commit is contained in:
Nebel 2023-02-17 21:28:14 +09:00
parent de3c2ebb49
commit c06e76f32f
2 changed files with 3 additions and 3 deletions

View file

@ -35,11 +35,13 @@ services:
expose: ["8080"]
environment:
GTS_HOST: fogtype.com
GTS_DB_TYPE: sqlite
GTS_DB_ADDRESS: /gotosocial/storage/sqlite.db
GTS_TRUSTED_PROXIES: 172.30.0.0/24
volumes:
- /usr/share/zoneinfo/Asia/Tokyo:/etc/localtime:ro
- ./etc/gotosocial:/etc/gotosocial
- gotosocial_data:/gotosocial
- gotosocial_data:/gotosocial/storage
command: "--config-path /etc/gotosocial/config.yaml"
networks:
- fogtype

View file

@ -1,4 +1,2 @@
db-type: sqlite
db-address: sqlite.db
accounts-registration-open: false
instance-expose-public-timeline: true