|
|
@ -3,7 +3,7 @@ services:
|
|
|
|
ytdl_material:
|
|
|
|
ytdl_material:
|
|
|
|
environment:
|
|
|
|
environment:
|
|
|
|
ALLOW_CONFIG_MUTATIONS: 'true'
|
|
|
|
ALLOW_CONFIG_MUTATIONS: 'true'
|
|
|
|
ytdl_mongodb_connection_string: 'mongodb://ytdl-mongo-db:27018'
|
|
|
|
ytdl_mongodb_connection_string: 'mongodb://ytdl-mongo-db:27017'
|
|
|
|
ytdl_use_local_db: 'false'
|
|
|
|
ytdl_use_local_db: 'false'
|
|
|
|
write_ytdl_config: 'true'
|
|
|
|
write_ytdl_config: 'true'
|
|
|
|
restart: always
|
|
|
|
restart: always
|
|
|
@ -19,7 +19,7 @@ services:
|
|
|
|
ytdl-mongo-db:
|
|
|
|
ytdl-mongo-db:
|
|
|
|
image: mongo
|
|
|
|
image: mongo
|
|
|
|
ports:
|
|
|
|
ports:
|
|
|
|
- "27018:27017"
|
|
|
|
- "27017:27017"
|
|
|
|
logging:
|
|
|
|
logging:
|
|
|
|
driver: "none"
|
|
|
|
driver: "none"
|
|
|
|
container_name: mongo-db
|
|
|
|
container_name: mongo-db
|
|
|
|