Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

e0ne/docker-vuejs-python-nginx

Open more actions menu

Repository files navigation

Sample dockerized environmennt with Vue.js and Python API

How to run it?

By default we run all our services inside Docker containers using Docker Compose. You have to install Docker Compose 1.13.0 or later.

Development Environment

There are 4 containers defined in the docker-compose.yaml:`

  • sample-db - Database container with MySQL instance
  • sample-api - Sample API instance
  • sample-ui - SampleUI in the development mode
  • sample-web - Container with Nginx to proxy all requests between API and UI

To get your development environment up and running you just need to execute the following command:

docker-compose up

After all containers will be running, we'll bootstrap the database with a sample data.

Sample UI and API

Once your containers will be running, you will be able to open Sample UI by the following url: http://localhost:8090/. API is located at http://localhost:8090/api/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
Morty Proxy This is a proxified and sanitized view of the page, visit original site.