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

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

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

ansible docker localhost python server

Last synced: about 2 months ago
JSON representation

Docker python server.

Awesome Lists containing this project

README

          

# docker-server-python

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/main.py`.

![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

* workspace.

## Server structure

* `.docs` - documentations data;
* `ansible` - configuration files;
* `service` - connected services;
* `www` - server root folder.

## Useful links

* [localhost:80](http://localhost/).

## Control commands

* [Server](.docs/server/server.md);
* [Server settings](.docs/server/server-settings.md).