Compare commits
No commits in common. "e6b9d42097bb521e09283829809e0fbe916d90af" and "f59517b31819c90e7e385588f5729e1bb28d6069" have entirely different histories.
e6b9d42097
...
f59517b318
21
README.md
21
README.md
@ -1,12 +1,10 @@
|
|||||||

|
# 4 Lights Consulting PHP APACHE Debian Continaer
|
||||||
|
|
||||||
# CORXN - The Core Foundation of Novaconium
|
|
||||||
|
|
||||||
Dockerhub: https://hub.docker.com/r/4lights/phpcontainer
|
Dockerhub: https://hub.docker.com/r/4lights/phpcontainer
|
||||||
Git Repo: https://git.4lt.ca/4lt/phpcontainer
|
Git Repo: https://git.4lt.ca/4lt/phpcontainer
|
||||||
|
|
||||||
CORXN (core-ex-en) is a lightweight yet powerful Docker-based environment designed as the core foundation for the [Novaconium PHP Framework](https://git.4lt.ca/4lt/novaconium).
|
This repository provides a production-ready Docker container for running PHP with Apache.
|
||||||
It provides a streamlined stack featuring Apache, the latest PHP version, Redis, and MariaDB, optimized for high performance.
|
It is optimized for [Novaconium Framework](https://git.4lt.ca/4lt/novaconium).
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
@ -27,17 +25,18 @@ Follow these steps to set up the PHP container on your local environment.
|
|||||||
#### Clone the Repository
|
#### Clone the Repository
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://git.4lt.ca/4lt/corxn.git
|
git clone https://git.4lt.ca/4lt/phpcontainer.git
|
||||||
cd corxn
|
cd phpcontainer
|
||||||
|
docker build -t php-apache-container .
|
||||||
```
|
```
|
||||||
## How to update image on dockerhub
|
## How to update on dockerhub
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
sudo su
|
sudo su
|
||||||
docker buildx build --no-cache -t 4lights/corxn:6.0.0 -t 4lights/corxn:latest --load .
|
docker buildx build --no-cache -t 4lights/phpcontainer:6.0.0 -t 4lights/phpcontainer:latest --load .
|
||||||
docker login
|
docker login
|
||||||
docker push 4lights/corxn:6.0.0
|
docker push 4lights/phpcontainer:6.0.0
|
||||||
docker push 4lights/corxn:latest
|
docker push 4lights/phpcontainer:latest
|
||||||
```
|
```
|
||||||
|
|
||||||
# References And Notes
|
# References And Notes
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 18 KiB |
@ -1,7 +1,8 @@
|
|||||||
# Sample Docker Compose
|
# Sample Docker Compose
|
||||||
services:
|
services:
|
||||||
php-apache:
|
php-apache:
|
||||||
image: 4lights/phpcontainer:6.0.0
|
#image: 4lights/phpcontainer:6.0.0
|
||||||
|
image: debianphp
|
||||||
ports:
|
ports:
|
||||||
- "8000:80"
|
- "8000:80"
|
||||||
volumes:
|
volumes:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user