docker_options
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
docker_options [2025/04/04 00:56] – created wtkadmin | docker_options [2025/04/05 01:44] (current) – [WTK PostgreSQL Docker] updated wtkadmin | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Docker Options ====== | ====== Docker Options ====== | ||
- | Docker makes it easy to jump in and have a perfect environment for working on Wizard' | + | Docker makes it easy to jump in and have a perfect environment for working on Wizard' |
- | The default | + | ===== WTK Mysql Docker |
- | | + | The default Docker environment for Wizard' |
- | * PHP - php:8.1-fpm (see PHP.Dockerfile for details) | + | |
- | * PHP environment variables are set in / | + | |
+ | * PHP - php:8.1-fpm (see `PHP.Dockerfile` for details) | ||
+ | * PHP environment variables are set in `/ | ||
* **MySQL** - mysql:8.3 | * **MySQL** - mysql:8.3 | ||
- | * phpMyAdmin - you may want to remove this before | + | * phpMyAdmin - You may want to remove this before |
- | These settings are all defined | + | To build, simply run in Terminal: |
- | ===== PostgreSQL Docker ===== | + | <code Terminal> |
+ | ./WTK.sh | ||
+ | </ | ||
- | There is an alternative **docker-composePG.yml** file which contains the PostgreSQL | + | ===== WTK PostgreSQL |
- | To run, rename the **docker-compose.yml** to **docker-composeMySQL.yml** then rename the **docker-composePG.yml** to **docker-compose.yml**. | + | 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 | ||
< | < | ||
Line 23: | Line 29: | ||
</ | </ | ||
- | | + | The docker-composePG.yml contains: |
+ | |||
+ | | ||
* PHP - php:8.1-fpm (see **PHP.DockerfilePG** for details) | * PHP - php:8.1-fpm (see **PHP.DockerfilePG** for details) | ||
* PHP environment variables are set in **/ | * PHP environment variables are set in **/ | ||
* **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 41: | 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 65: | 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.1743728199.txt.gz · Last modified: 2025/04/04 00:56 by wtkadmin