Application de construction d'idée

olinox14 9444d72d09 upgrade symfony, configure user class and security %!s(int64=2) %!d(string=hai) anos
api 9444d72d09 upgrade symfony, configure user class and security %!s(int64=2) %!d(string=hai) anos
app 9444d72d09 upgrade symfony, configure user class and security %!s(int64=2) %!d(string=hai) anos
doc 9444d72d09 upgrade symfony, configure user class and security %!s(int64=2) %!d(string=hai) anos
docker a232c67a45 add .htaccess to symfony %!s(int64=2) %!d(string=hai) anos
.env.skeleton a6fdbbb43b init %!s(int64=3) %!d(string=hai) anos
.gitignore a6fdbbb43b init %!s(int64=3) %!d(string=hai) anos
docker-compose.yml a6fdbbb43b init %!s(int64=3) %!d(string=hai) anos
readme.md fd34d08152 api docker ok %!s(int64=2) %!d(string=hai) anos

readme.md

Model: Symfony+Nuxt+Caddy

Install

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

  • 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