Adding some documentation
This commit is contained in:
parent
cd16992e8f
commit
967ee1d875
1 changed files with 6 additions and 3 deletions
|
@ -1,9 +1,12 @@
|
||||||
## To-Do:
|
## To-Do:
|
||||||
# This docker-compose.yml file will be for spinning up a basic instance.
|
# This docker-compose.yml file will be for spinning up a basic instance.
|
||||||
# You likely won't want to run this in production but its to get it up and going.
|
# You likely won't want to run this in production but its to get it up and going.
|
||||||
|
# If you want to run this in production to-do:
|
||||||
|
# * [ ] Front end reverse proxy like caddy, nginx or traefik.
|
||||||
|
# * [ ] Security assessment and adjustments to suit your environment.
|
||||||
|
|
||||||
version: '3.4'
|
version: '3.4'
|
||||||
services:
|
services:
|
||||||
|
|
||||||
############
|
############
|
||||||
## Speech ##
|
## Speech ##
|
||||||
############
|
############
|
||||||
|
@ -59,8 +62,8 @@ services:
|
||||||
- 3306
|
- 3306
|
||||||
ports:
|
ports:
|
||||||
- 3306:3306
|
- 3306:3306
|
||||||
# volumes:
|
volumes:
|
||||||
# - ../data/db:/var/lib/mysql
|
- ../data/db:/var/lib/mysql
|
||||||
networks:
|
networks:
|
||||||
green:
|
green:
|
||||||
ipv4_address: 10.5.0.8
|
ipv4_address: 10.5.0.8
|
||||||
|
|
Loading…
Reference in a new issue