The help and documentation website for Fluff Event.
Visit this website at help.fluffEvent.fr.
Use this command to run the site locally for development:
docker compose watch
# or: docker compose upUsing watch, you'll benefit from file changes watching for sync & rebuild.
Use DockerC for shortened commands: dockerc - @w.
The site will be available at http://localhost:8080.
Use this command to run the site locally for production:
docker compose -f docker-compose.yml -f docker-compose.prod.yml up -d
# or: docker compose -f docker-compose.yml up -dUse DockerC for shortened commands: dockerc prod.
The site will be available at http://localhost:8080.