worker: Set the default storage size to 5gb
All checks were successful
Build Docker / Build Bot (push) Successful in 25s
Build Docker / Build Master (push) Successful in 27s

This commit is contained in:
Nathan Woodburn 2023-08-25 22:35:12 +10:00
parent f23f361ceb
commit 1bafb844f2
Signed by: nathanwoodburn
GPG Key ID: 203B000478AD0EF1

View File

@ -56,9 +56,16 @@ services:
WORDPRESS_DB_PASSWORD: $MYSQL_PASSWORD
WORDPRESS_DB_NAME: WordPressDatabase
volumes:
[\"./:/var/www/html\"]
- data:/var/www/html
volumes:
mysql: {}
mysql:
data:
driver: local
driver_opts:
o: "size=5g,uid=1000"
device: tmpfs
type: tmpfs
""" > docker-compose.yml
# Start the containers