Made comments for later
This commit is contained in:
@@ -22,4 +22,7 @@ Google Maps:
|
|||||||
Get an API Key [Here](https://developers.google.com/maps/documentation/javascript/get-api-key) first.
|
Get an API Key [Here](https://developers.google.com/maps/documentation/javascript/get-api-key) first.
|
||||||
Then add GOOGLE_MAPS_API_KEY=<your key> in your .env file.
|
Then add GOOGLE_MAPS_API_KEY=<your key> in your .env file.
|
||||||
|
|
||||||
If using without HTTPS (like using the direct IP instead of through Traefik), please take out the line: "fastcgi_param HTTPS 1;" from your nginx.conf
|
If using without HTTPS (like using the direct IP instead of through Traefik), please take out the line: "fastcgi_param HTTPS 1;" from your nginx.conf
|
||||||
|
|
||||||
|
### To-Do List
|
||||||
|
* Add documentation for easier adding environment variables, and see if there's a better way to do so
|
||||||
@@ -66,7 +66,7 @@ services:
|
|||||||
- /etc/timezone:/etc/timezone:ro # Syncronize timezone of container with the host system
|
- /etc/timezone:/etc/timezone:ro # Syncronize timezone of container with the host system
|
||||||
- /RancherCattleData/${DATA_DIR}/Database:/var/lib/mysql
|
- /RancherCattleData/${DATA_DIR}/Database:/var/lib/mysql
|
||||||
nginx:
|
nginx:
|
||||||
image: nginx
|
image: nginx # Alpine does not work (last checked 6 December 2018)
|
||||||
dns:
|
dns:
|
||||||
- 1.1.1.1
|
- 1.1.1.1
|
||||||
- 1.0.0.1
|
- 1.0.0.1
|
||||||
|
|||||||
Reference in New Issue
Block a user