https://github.com/giodebrito/adega-store
https://github.com/giodebrito/adega-store
docker docker-compose ejs node-js
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/giodebrito/adega-store
- Owner: GIOdeBrito
- Created: 2024-05-22T23:41:31.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2026-03-19T15:18:33.000Z (3 months ago)
- Last Synced: 2026-03-20T07:40:15.795Z (3 months ago)
- Topics: docker, docker-compose, ejs, node-js
- Language: JavaScript
- Homepage:
- Size: 85 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Adega Wine Store
## Requirements
- A Linux Machine (Preferably)
- Docker
- Docker Compose
## Running the Application
Build and run the container.
```bash
sudo docker-compose up -d --build
```
## Logs
Sometimes the application might break or an unexplainable mysterious behaviour
comes to pass, but fortunately docker logging can be of immense help.
It is important to check the logs in case something peculiar happens.
```bash
sudo docker logs wine-store
```