https://github.com/erbilnas/perfanalytics-container
It's an example application where I have dockerized two different projects, Perfanalytics Dashboard and Perfanalytics API, in a single container that can serve.
https://github.com/erbilnas/perfanalytics-container
client-side docker docker-compose nodejs react server-side
Last synced: 6 months ago
JSON representation
It's an example application where I have dockerized two different projects, Perfanalytics Dashboard and Perfanalytics API, in a single container that can serve.
- Host: GitHub
- URL: https://github.com/erbilnas/perfanalytics-container
- Owner: erbilnas
- Archived: true
- Created: 2021-04-20T09:23:48.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-02T18:18:28.000Z (about 5 years ago)
- Last Synced: 2025-02-02T00:33:38.792Z (over 1 year ago)
- Topics: client-side, docker, docker-compose, nodejs, react, server-side
- Language: JavaScript
- Homepage:
- Size: 1.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Overview
It's an example application where I have dockerized two different projects, Perfanalytics Dashboard and Perfanalytics API, in a single container that can serve.
You can try on your local machine using this command:
```shell
$ docker-compose up --build
```
Because of some Heroku problems, I can't deploy this project, but it works well on local machine.