mirror of
https://github.com/Haxxnet/Compose-Examples.git
synced 2025-11-23 08:54:27 +01:00
cleanup repo
This commit is contained in:
3
examples/trsync/README.md
Normal file
3
examples/trsync/README.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# References
|
||||
|
||||
- https://github.com/l4rm4nd/TRSync
|
||||
10
examples/trsync/docker-compose.yml
Normal file
10
examples/trsync/docker-compose.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
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
|
||||
Reference in New Issue
Block a user