docker_options
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
docker_options [2025/04/04 01:10] – [Python Docker] wtkadmin | docker_options [2025/04/05 01:44] (current) – [WTK PostgreSQL Docker] updated wtkadmin | ||
---|---|---|---|
Line 21: | Line 21: | ||
===== WTK PostgreSQL Docker ===== | ===== WTK PostgreSQL Docker ===== | ||
- | There is an alternative docker-composePG.yml file which contains the PostgreSQL version of Wizard' | + | There is an alternative docker-composePG.yml file which contains the PostgreSQL version of Wizard' |
- | To run, rename the **docker-compose.yml** to **docker-composeMySQL.yml** then rename the **docker-composePG.yml** to **docker-compose.yml**. After that, build your Docker environment | + | To run, rename the **docker-compose.yml** to **docker-composeMySQL.yml** then rename the **docker-composePG.yml** to **docker-compose.yml**. After that, build your Docker environment |
< | < | ||
Line 36: | Line 36: | ||
* **PostgreSQL** - bitnami/ | * **PostgreSQL** - bitnami/ | ||
- | ===== WTK Python | + | ===== WTK MySQL and Python |
If you need your web server to also process Python, a Docker container has been provided which contains all the images in the core MySQL container, plus an image with Python and Gunicorn. The port is not exposed to the public and is only accessible by the PHP pages via internal networking. | If you need your web server to also process Python, a Docker container has been provided which contains all the images in the core MySQL container, plus an image with Python and Gunicorn. The port is not exposed to the public and is only accessible by the PHP pages via internal networking. | ||
+ | |||
+ | The **docker-composePython.yml** contains the following: | ||
+ | |||
+ | * Nginx - nginx: | ||
+ | * PHP - php:8.1-fpm (see PHP.Dockerfile for details) | ||
+ | * PHP environment variables are set in / | ||
+ | * MySQL - mysql:8.3 | ||
+ | * phpMyAdmin - you may want to remove this before publishing to production | ||
+ | * Python - python: | ||
To use this, simply rename the **docker-composePython.yml** to **docker-compose.yml**. After that, build your Docker environment as normal or in Terminal simply run: | To use this, simply rename the **docker-composePython.yml** to **docker-compose.yml**. After that, build your Docker environment as normal or in Terminal simply run: | ||
Line 73: | Line 82: | ||
</ | </ | ||
- | ==== Python Code ==== | + | ==== Python Code Location |
- | The Python code is all in **/ | + | The Python code is all in the **/ |
- | The associated files for the Python build are in the /python folder. | + | The associated files for the Python build are in the `/python` folder. |
- | + | ||
- | docker-compose.yml contains the following: | + | |
- | + | ||
- | * Nginx - nginx: | + | |
- | * PHP - php:8.1-fpm (see PHP.Dockerfile for details) | + | |
- | * PHP environment variables are set in / | + | |
- | * MySQL - mysql:8.3 | + | |
- | * phpMyAdmin - you may want to remove this before publishing to production | + | |
- | * Python - python: | + | |
- | Currently the app.py simply sends various responses depending what parameters are sent. This is just a working prototype that you can build from. | + | Currently, the `app.py` simply sends various responses depending |
docker_options.1743729037.txt.gz · Last modified: 2025/04/04 01:10 by wtkadmin