Update docker config and add example compose file

This commit is contained in:
yuriko 🦊 2025-05-24 01:44:09 -04:00
parent 8d3f792134
commit 3ac3fde2c6
Signed by: jaiden
SSH key fingerprint: SHA256:f8tvveBoXBrKZIQDWLLcpQrKbATUCGg98x2N4YzkDM8
5 changed files with 125 additions and 53 deletions

22
.dockerignore Normal file
View file

@ -0,0 +1,22 @@
/deploy/docker-compose.yml
/deploy/Dockerfile
/.phpunit.cache
/node_modules
/public/build
/public/hot
/public/storage
/public/bucket
/storage/*.key
/vendor
.env
.env.example
.env.backup
.env.production
.phpunit.result.cache
auth.json
npm-debug.log
yarn-error.log
/.fleet
/.idea
/.vscode
.git