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.
- Host: GitHub
- URL: https://github.com/akbsit/docker-server
- Owner: akbsit
- License: mit
- Created: 2020-05-04T19:42:51.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-05-29T22:49:31.000Z (about 1 year ago)
- Last Synced: 2025-12-30T18:17:12.920Z (6 months ago)
- Topics: ansible, docker, localhost, mysql, server
- Language: Dockerfile
- Homepage:
- Size: 420 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.

> 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).