Compose-Examples/examples/trsync/docker-compose.yml
2023-02-23 22:33:13 +01:00

11 lines
318 B
YAML

version: '3.3'
services:
trsync:
image: l4rm4nd/trsync:latest
container_name: trsync
ports:
- '8000:8000'
environment:
- SECRET_KEY=ChooseStrongSecretKeyHere # pls change
- DOMAIN=trsync.example.com # your hostname to put in Django's ALLOW_HOSTS