Compose-Examples/examples/trsync/docker-compose.yml

11 lines
318 B
YAML
Raw Normal View History

2023-02-15 21:45:31 +00:00
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