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

https://github.com/akbsit/docker-server

Docker server.
https://github.com/akbsit/docker-server

ansible docker localhost mysql server

Last synced: 3 months ago
JSON representation

Docker server.

Awesome Lists containing this project

README

          

# docker-server

Before you start working with the server, you must install: **docker**, **ansible**, **make**.

After starting the server, it can be seen at `http://localhost/`, display the contents of the file `./www/index.php`.

![screenshot-1](.docs/screenshot-1.png)

> To configure the server, you need to configure the file `./config.yml` and run the command `make local-start`.

## Characteristics

* php:
* `8.3` - current;
* `8.2` - deprecated;
* `8.1` - deprecated.
* workspace;
* mysql;
* nginx;
* redis;
* maildev;
* beanstalkd;
* supervisor;
* laravel-horizon;
* laravel-echo-server.

## Server structure

* `.data` - data stored on the main OC and connected to the container;
* `.docs` - documentations data;
* `ansible` - configuration files;
* `services` - connected services;
* `temp` - generated files at server started;
* `logs` - services logs;
* `www` - server root folder.

## Useful links

* [localhost:80](http://localhost/);
* [maildev:1080](http://localhost:1080/).

## Control commands

* [Server](.docs/server/server.md);
* [Server settings](.docs/server/server-settings.md);
* [Something not work, look here](.docs/server/server-hack.md).