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.
- Host: GitHub
- URL: https://github.com/akbsit/docker-server-python
- Owner: akbsit
- License: mit
- Created: 2022-04-12T09:35:11.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-22T10:25:10.000Z (about 4 years ago)
- Last Synced: 2023-09-16T17:57:16.079Z (almost 3 years ago)
- Topics: ansible, docker, localhost, python, server
- Language: Python
- Homepage:
- Size: 270 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.

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