Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add more docker compose #181

Open
8 of 16 tasks
lvps opened this issue Mar 27, 2021 · 1 comment
Open
8 of 16 tasks

Add more docker compose #181

lvps opened this issue Mar 27, 2021 · 1 comment
Labels

Comments

@lvps
Copy link
Member

lvps commented Mar 27, 2021

For everyone (current one):

  • make examples
  • adminer on 8081
  • why is adminer half broken?
  • enable the event scheduler
  • set database collation (create database explicitly, maybe)

For developers:

  • xdebug enabled
  • make examples
  • mounted directories to hot reload files
  • adminer on 8081
  • tests
  • enable the event scheduler
  • set database collation (create database explicitly, maybe)

For production:

  • without the database
  • no make examples
  • generate cache
  • maybe no nginx (installing one at system level is not a problem)
@lvps lvps added the docker label Mar 27, 2021
@e-caste
Copy link
Member

e-caste commented Mar 27, 2021

Also add

  • make down (docker-compose down, docker volume rm tarallo_tarallo-web)
  • make up (make down(?), docker-compose build --no-cache, docker-compose up -d)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants