Açıklama Yok

olinox14 a6fdbbb43b init 3 yıl önce
api a6fdbbb43b init 3 yıl önce
app a6fdbbb43b init 3 yıl önce
docker a6fdbbb43b init 3 yıl önce
.env.skeleton a6fdbbb43b init 3 yıl önce
.gitignore a6fdbbb43b init 3 yıl önce
docker-compose.yml a6fdbbb43b init 3 yıl önce
readme.md a6fdbbb43b init 3 yıl önce

readme.md

Model: Symfony+Nuxt+Caddy

Install

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

  • docker/api/vhost.conf
  • docker/caddy/Caddyfile
  • api/.env

Run

Run from the project directory:

docker-compose up

Start the nuxt server:

docker exec -it app bash
yarn dev