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:06] – [PostgreSQL Docker] wtkadmin | docker_options [2025/04/05 01:44] (current) – [WTK PostgreSQL Docker] updated wtkadmin | ||
---|---|---|---|
Line 5: | Line 5: | ||
===== WTK Mysql Docker ===== | ===== WTK Mysql Docker ===== | ||
- | The default Docker environment for Wizard' | + | The default Docker environment for Wizard' |
* Nginx - nginx: | * Nginx - nginx: | ||
Line 13: | Line 13: | ||
* phpMyAdmin - You may want to remove this before deploying to production. | * phpMyAdmin - You may want to remove this before deploying to production. | ||
- | These settings are all defined in **docker-compose.yml** and to build, simply run in Terminal: | + | To build, simply run in Terminal: |
<code Terminal> | <code Terminal> | ||
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/ | ||
- | ===== 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. | + | 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. |
- | To use this, simply rename the **docker-composePython.yml** to **docker-compose.yml**. | + | 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 | ||
< | < | ||
Line 49: | Line 58: | ||
Demo pages have been provided as a prototype for connectivity between your WTK PHP pages and your Python file(s). | Demo pages have been provided as a prototype for connectivity between your WTK PHP pages and your Python file(s). | ||
- | After creating an account to login, go to: | + | After creating an account to log in, go to: |
http:// | http:// | ||
- | Login then click the **Python Test** links. | + | Log in, then click the **Python Test** links. These pass a parameter to **/ |
<code php> | <code php> | ||
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.1743728786.txt.gz · Last modified: 2025/04/04 01:06 by wtkadmin