Application de construction d'idée
|
|
há 2 anos atrás | |
|---|---|---|
| api | há 2 anos atrás | |
| app | há 2 anos atrás | |
| doc | há 2 anos atrás | |
| docker | há 2 anos atrás | |
| .env.skeleton | há 3 anos atrás | |
| .gitignore | há 3 anos atrás | |
| docker-compose.yml | há 3 anos atrás | |
| readme.md | há 2 anos atrás |
Add those lines to your hosts file:
127.0.0.1 local.api.mydomain.net
127.0.0.1 local.app.mydomain.net
Run from the project directory:
docker-compose build
Copy the .env file, and edit it if needed:
cp .env.skeleton .env
Edit the following files to update the directives with you domain name
Run from the project directory:
docker-compose up
Start the nuxt server:
docker exec -it app bash
yarn dev