Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fabienheureux/youpimatin
https://github.com/fabienheureux/youpimatin
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/fabienheureux/youpimatin
- Owner: fabienheureux
- Created: 2023-06-23T07:13:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-23T08:48:10.000Z (over 1 year ago)
- Last Synced: 2024-11-06T09:20:51.374Z (about 2 months ago)
- Language: Dockerfile
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# youpi matin ☕️
## Deployment
To test the staging and production environments :
```sh
# Run production environment
docker compose -f docker-compose.demo.prod.yml up -d# Run staging environment
docker compose -f docker-compose.demo.staging.yml up -d
```## Local development
To develop locally :
```sh
docker compose up -d
```