mirror of
https://github.com/simon987/nyaa.git
synced 2025-12-19 17:54:52 +00:00
feature: docker development environment (#544)
Add docker support It's self-contained so should not interfere with anything else and can easily be thrown out if nobody wants it anymore.
This commit is contained in:
10
.docker/nyaa-config-partial.py
Normal file
10
.docker/nyaa-config-partial.py
Normal file
@@ -0,0 +1,10 @@
|
||||
# This is only a partial config file that will be appended to the end of
|
||||
# config.example.py to build the full config for the docker environment
|
||||
|
||||
SITE_NAME = 'Nyaa [DEVEL]'
|
||||
GLOBAL_SITE_NAME = 'nyaa.devel'
|
||||
SQLALCHEMY_DATABASE_URI = ('mysql://nyaadev:ZmtB2oihHFvc39JaEDoF@mariadb/nyaav2?charset=utf8mb4')
|
||||
# MAIN_ANNOUNCE_URL = 'http://chihaya:6881/announce'
|
||||
# TRACKER_API_URL = 'http://chihaya:6881/api'
|
||||
BACKUP_TORRENT_FOLDER = '/nyaa-torrents'
|
||||
ES_HOSTS = ['elasticsearch:9200']
|
||||
Reference in New Issue
Block a user