marc-leopold/server
ray b9035d308a proxy works on page load, not on navigation 2019-02-26 11:23:16 +02:00
..
plugins add plugins 2019-02-25 14:56:59 +00:00
storage proxy works on page load, not on navigation 2019-02-26 11:23:16 +02:00
themes/marc-leopold-api add backend 2019-02-25 14:26:11 +00:00
.gitignore add backend 2019-02-25 14:26:11 +00:00
Dockerfile add backend 2019-02-25 14:26:11 +00:00
README.md update 2019-02-25 23:22:17 +02:00
docker-compose.yml octobercms added to ./docker-compose.yml 2019-02-25 14:35:01 +00:00
package.json add backend 2019-02-25 14:26:11 +00:00
yarn.lock add backend 2019-02-25 14:26:11 +00:00

README.md

Notes

DO NOT forget to create the directories before running docker-compose the first time otherwise they'll be created with root permissions and cause everything to go to shit.

For a persistent database

# create empty database file on host
mkdir storage
touch storage/database.sqlite

# start container
docker-compose up -d

# provision database
docker-compose exec web php artisan october:up