|
|
пре 3 година | |
|---|---|---|
| api | пре 3 година | |
| app | пре 3 година | |
| docker | пре 3 година | |
| .env.skeleton | пре 3 година | |
| .gitignore | пре 3 година | |
| docker-compose.yml | пре 3 година | |
| readme.md | пре 3 година |
Add those lines to your hosts file:
127.0.0.1 local.api.<domain>.fr
127.0.0.1 local.app.<domain>.fr
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 whith you domain name
Run from the project directory:
docker-compose up
Start the nuxt server:
docker exec -it app bash
yarn dev