https://github.com/firmanjs/dockerize-codeigniter-with-docker-compose
Dockerize Codeigniter app with docker-compose nginx,php,phpmyadmin,mysql
https://github.com/firmanjs/dockerize-codeigniter-with-docker-compose
codeigniter3 docker docker-compose mysql nginx php phpmyadmin
Last synced: 6 months ago
JSON representation
Dockerize Codeigniter app with docker-compose nginx,php,phpmyadmin,mysql
- Host: GitHub
- URL: https://github.com/firmanjs/dockerize-codeigniter-with-docker-compose
- Owner: firmanJS
- Created: 2019-12-04T04:08:19.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-10-13T06:34:54.000Z (about 4 years ago)
- Last Synced: 2025-04-10T01:12:30.095Z (9 months ago)
- Topics: codeigniter3, docker, docker-compose, mysql, nginx, php, phpmyadmin
- Language: PHP
- Homepage:
- Size: 496 KB
- Stars: 28
- Watchers: 2
- Forks: 24
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dockerize Codeigniter App With docker-compose
## Test Running Application
```sh
## runing with docker compose
docker-compose -f docker-compose.yml up --build
# or run in background process
docker-compose -f docker-compose.yml up --build -d
```
```sh
app running in port 8181 ---> cek in browser
```
```sh
phpmyadmin running in port 8282 ---> cek in browser
```
```sh
login with username `ci` and password `ci`
```