Files
gotosocial-vps/docker-compose.yml

15 lines
408 B
YAML

services:
gotosocial:
image: superseriousbusiness/gotosocial:latest
container_name: gotosocial
restart: unless-stopped
environment:
- GTS_HOST=GTS_HOST_PLACEHOLDER
- GTS_ACCOUNT_DOMAIN=ACCOUNT_DOMAIN_PLACEHOLDER
- GTS_TRUSTED_PROXIES=127.0.0.1/32,172.18.0.1/16
ports:
- "127.0.0.1:8080:8080"
volumes:
- ./data:/gotosocial/storage
user: "1000:1000"