mirror of
https://github.com/kou029w/fogtype.com
synced 2025-03-08 07:15:19 +00:00
Compare commits
2 commits
9e6d66a54e
...
c06e76f32f
Author | SHA1 | Date | |
---|---|---|---|
c06e76f32f | |||
|
de3c2ebb49 |
2 changed files with 4 additions and 4 deletions
|
@ -30,16 +30,18 @@ services:
|
|||
networks:
|
||||
- fogtype
|
||||
gts:
|
||||
image: superseriousbusiness/gotosocial:0.6.0@sha256:c3dbefe684529c7f97eb7d221f64bd9d14bd9c94e6543e6a8afe5a3469a9d77e
|
||||
image: superseriousbusiness/gotosocial:0.7.0@sha256:22319f8ef71b8e4329188c6785f35f31a44ed6352d26595771b0940ca16d6ba3
|
||||
restart: unless-stopped
|
||||
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