Match the results of podman-compose test

This commit is contained in:
Jason Rothstein 2025-06-02 05:01:48 +00:00
parent cb5326601f
commit 9e833ff809

View File

@ -3,13 +3,13 @@
Check the environment variables for SecretSquirrels to hide/change, and then run : Check the environment variables for SecretSquirrels to hide/change, and then run :
``` ```
docker-compose pull podman-compose pull
docker-compose up -d podman-compose up -d
``` ```
# Purpose # Purpose
Create containers for Gitea, Mariadb, and phpMyAdmin. Only enabled for localhost access, no external. Create containers for Gitea, and MySQL. Only enabled for localhost access, no external.
# Traffic Mapping for External Access # Traffic Mapping for External Access
@ -20,6 +20,5 @@ If external access to this resource is desired, please configure HAProxy, HTTPD,
| 80 | XXX | HTTP | / redirect to port 443 | Force all unencrypted traffic to become TLS encrypted | | 80 | XXX | HTTP | / redirect to port 443 | Force all unencrypted traffic to become TLS encrypted |
| 80 | XXX | HTTP | /.well-known to disk | Enable LetsEncrypt to insert TLS certificates | | 80 | XXX | HTTP | /.well-known to disk | Enable LetsEncrypt to insert TLS certificates |
| 443 | 3000 | HTTP | / to port 3000 | This directs all gitea traffic to gitea | | 443 | 3000 | HTTP | / to port 3000 | This directs all gitea traffic to gitea |
| 443 | 5000 | HTTP | /phpMyAdmin to port 5000 | This directs all phpMyAdmin traffic to phpMyAdmin |
| 4000 | 4000 | TCP | N/A | Enable this to allow SSH access | | 4000 | 4000 | TCP | N/A | Enable this to allow SSH access |