adding todo items for docker-compose.yml in spee.ch container

This commit is contained in:
Leopere 2018-11-26 23:25:24 +00:00
parent 1dd0e6c333
commit dbb3ae747b

View file

@ -18,10 +18,12 @@ services:
volumes: volumes:
- ./data/speech:/data - ./data/speech:/data
networks: networks:
green: - lbrynet
ipv4_address: 10.5.1.6 ## TODO: Determine if we need static internal networking, I highly doubt it's required.
aliases: # lbrynet:
- speech # ipv4_address: 10.5.1.6
# aliases:
# - speech
############# #############
## Lbrynet ## ## Lbrynet ##
@ -31,6 +33,7 @@ services:
context: ../lbrynet-daemon/ context: ../lbrynet-daemon/
dockerfile: Dockerfile dockerfile: Dockerfile
restart: always restart: always
## TODO: Pull from environment file instead of environment variables in this file.
environment: environment:
## These variables are stored in the .env file next to this docker-compose.yml file. ## These variables are stored in the .env file next to this docker-compose.yml file.
## I will include a default .env file and .gitignore the ".env" pattern so you should be able to just git pull in the future if you need to. ## I will include a default .env file and .gitignore the ".env" pattern so you should be able to just git pull in the future if you need to.
@ -51,6 +54,7 @@ services:
aliases: aliases:
- lbrynet - lbrynet
## TODO: Determine whether or not it's required to have a completely separate SQL database or if we're just going to use the Chainquery SQL database. If its not the same data it should be in it's own daemon.
############# #############
## MariaDB ## ## MariaDB ##
############# #############
@ -78,6 +82,7 @@ services:
aliases: aliases:
- mysql - mysql
## TODO: Update networking to lbrynet container network.
######################### #########################
## Network Definitions ## ## Network Definitions ##
######################### #########################