mirror of
https://github.com/kou029w/fogtype.com
synced 2025-01-18 08:05:02 +00:00
fix!: storage以外永続化しないように変更
This commit is contained in:
parent
de3c2ebb49
commit
c06e76f32f
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -1,4 +1,2 @@
|
|||
db-type: sqlite
|
||||
db-address: sqlite.db
|
||||
accounts-registration-open: false
|
||||
instance-expose-public-timeline: true
|
||||
|
|
Loading…
Add table
Reference in a new issue