Compare commits

...

2 Commits

Author SHA1 Message Date
19f785af09
⬆️ update deps
Some checks failed
continuous-integration/drone/push Build is failing
2024-04-09 17:36:46 -04:00
e98ab33314
🗃️ switch to mariadb 2024-04-09 17:36:28 -04:00
3 changed files with 1384 additions and 515 deletions

View File

@ -21,14 +21,12 @@ services:
volumes:
- ghost:/var/lib/ghost/content
db:
image: mysql:8.0
image: mariadb:11
restart: always
environment:
MYSQL_ROOT_PASSWORD: ${DB_PASSWORD}
volumes:
- mysql:/var/lib/mysql
- mariadb:/var/lib/mysql
volumes:
ghost:
mysql:
mariadb:

1889
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -26,7 +26,7 @@
"dotenv": "^16.0.1",
"eleventy-plugin-local-images": "^0.4.1",
"npm-run-all": "^4.1.5",
"rimraf": "^4.1.2",
"rimraf": "^5.0.5",
"tailwindcss": "^3.0.24"
}
}