https://github.com/mastermindg/docker_web_app
Docker Web App
https://github.com/mastermindg/docker_web_app
Last synced: 3 months ago
JSON representation
Docker Web App
- Host: GitHub
- URL: https://github.com/mastermindg/docker_web_app
- Owner: mastermindg
- Created: 2020-12-01T19:23:08.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-01T20:39:28.000Z (over 5 years ago)
- Last Synced: 2025-01-07T20:45:01.411Z (over 1 year ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docker_web_app
Testing NodeJS out with express in Docker
## Watchtower
We're using Watchtower to update the container locally with the latest tag.
Watchtower pulls down the `latest` tag.
## Deploy
```
docker-compose stop && docker-compose rm -f && docker-compose up -d
```
Open a browser and go to http://localhost/8080