mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2024-11-24 04:21:14 +00:00
11 lines
318 B
YAML
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
|