2025-03-21 17:39:39 -07:00
2025-03-15 00:38:49 -07:00
2026-03-20 08:49:15 -07:00
2026-03-20 08:49:15 -07:00
2026-03-20 08:49:15 -07:00
2026-03-20 08:49:15 -07:00

CORXN Container

CORXN - The Core Foundation of Novaconium

Links: Dockerhub, Git Repo

CORXN (core-ex-en) is a lightweight yet powerful Docker-based environment designed as the core foundation for the Novaconium PHP Framework. It provides a streamlined stack featuring Apache, the latest PHP version, Redis, and MariaDB, optimized for high performance.

Features

  • PHP Version: 8.5.3
  • Apache Web Server: Configured to run PHP applications
  • Support for:
    • remoteip (reverse proxy)
    • redis
    • mariadb
  • Timezone: Default set to Vancouver (America/Vancouver)

Getting Started

Follow these steps to set up the PHP container on your local environment.

Usage

Clone the Repository

git clone https://git.4lt.ca/4lt/corxn.git
cd corxn

How to update image on dockerhub

sudo su
docker buildx build --no-cache -t 4lights/corxn:8.5.3 -t 4lights/corxn:latest --load .
docker login -u <username>
docker push 4lights/corxn:8.5.3
docker push 4lights/corxn:latest

Testing

Here is how to text the build:

mkdir -p data/uploads && sudo chown -R 33:33 data/uploads && chmod 775 data/uploads
docker compose up -d
# Visit: http://localhost:8000/test.php
# Test: file upload and that green checkmarks exist

Logs

docker logs corxn

Description
Apache with PHP for Novaconium
Readme 77 KiB
v8.5.3 Latest
2026-03-20 15:50:18 +00:00
Languages
PHP 54.1%
Dockerfile 45%
Shell 0.9%