Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/juergenarne/yii2advanced-docker-blueprint

Contains the blueprint of a Docker environment for Yii2 advanced development wit MariaDb
https://github.com/juergenarne/yii2advanced-docker-blueprint

mariadb php php83 yii2

Last synced: about 1 month ago
JSON representation

Contains the blueprint of a Docker environment for Yii2 advanced development wit MariaDb

Awesome Lists containing this project

README

        

# DOCKER 4 Yii2 ADVANCED

**Download:**

```bash
git clone https://[email protected]/juergenarne/yii2advanced-docker-blueprint.git .
```

*Start*

```bash
docker-compose up --build -d
```

Beenden

```bash
docker-compose down --rmi all
```

Aufrufen

- `http://front.lx:8080`
- `http://back.lx:8080`
- `http://api.lx:8080`