This is a url shortener written in python with flask
You can chose to run the service containerized or not.
Download .env and docker-compose.yml files and put them in a folder.
Edit them to adapt the setup to your requirements(see below).
Run the containers.
docker-compose up
Clone the whole repo.
git clone [THIS_REPO_URL] ./uus
cd uus
Edit the .env and docker-compose.yml to adapt the setup to your requirements(see below).
Build and start the containers.
docker-compose build
docker-compose up
You will have to provide a local or remote file in JSON format likely example.json. This can be provided as local file or remote file over http(s) protocol. You can think to versioning this file on a web service, e.g. GitLab or GitHub.
If you want to use docker-compose you have to edit .env file.
In this project are used the following components:
Content type
Image
Digest
Size
40.8 MB
Last updated
over 6 years ago
docker pull robertobochet/uus