update services to novemila.org
This commit is contained in:
@ -1,38 +1,38 @@
|
||||
services:
|
||||
gotosocial:
|
||||
image: superseriousbusiness/gotosocial:latest
|
||||
container_name: gotosocial
|
||||
container_name: gts
|
||||
user: 1000:1000
|
||||
mem_limit: 2g
|
||||
networks:
|
||||
- gotosocial
|
||||
environment:
|
||||
# Change this to your actual host value.
|
||||
GTS_HOST: social.ilnostropianetaselvaggio.it
|
||||
GTS_HOST: social.novemila.org
|
||||
GTS_DB_TYPE: sqlite
|
||||
GTS_DB_ADDRESS: /gotosocial/storage/sqlite.db
|
||||
GTS_CONFIG_PATH: /gotosocial/config.yaml
|
||||
GTS_DB_ADDRESS: /gts/storage/sqlite.db
|
||||
GTS_CONFIG_PATH: /gts/config.yaml
|
||||
# Change this to true if you're not running
|
||||
# GoToSocial behind a reverse proxy.
|
||||
GTS_LETSENCRYPT_ENABLED: "false"
|
||||
# Set your email address here if you
|
||||
# want to receive letsencrypt notices.
|
||||
GTS_LETSENCRYPT_EMAIL_ADDRESS: ""
|
||||
GTS_WAZERO_COMPILATION_CACHE: /gotosocial/.cache
|
||||
GTS_WAZERO_COMPILATION_CACHE: /gts/.cache
|
||||
## For reverse proxy setups:
|
||||
GTS_TRUSTED_PROXIES: "127.0.0.1/32"
|
||||
## Set the timezone of your server:
|
||||
TZ: Europe/Rome
|
||||
ports:
|
||||
## For reverse proxy setups:
|
||||
- 127.0.0.1:3014:8080
|
||||
- 127.0.0.1:3020:8080
|
||||
volumes:
|
||||
- ./data:/gotosocial/storage
|
||||
- ./.cache:/gotosocial/.cache
|
||||
- ./data:/gts/storage
|
||||
- ./.cache:/gts/.cache
|
||||
## https://docs.gotosocial.org/en/latest/configuration/
|
||||
- type: bind
|
||||
source: ./config.yaml
|
||||
target: /gotosocial/config.yaml
|
||||
target: /gts/config.yaml
|
||||
read_only: true
|
||||
restart: "always"
|
||||
|
||||
@ -42,4 +42,6 @@ networks:
|
||||
driver: default
|
||||
|
||||
# Create users
|
||||
# https://docs.gotosocial.org/en/latest/getting_started/user_creation/
|
||||
# https://docs.gotosocial.org/en/latest/getting_started/user_creation/
|
||||
# Promote user
|
||||
# docker exec -it gts /gotosocial/gotosocial --config-path /gts/config.yaml admin account promote --username superadmin
|
Reference in New Issue
Block a user