Compare commits
2 Commits
04a9b99d05
...
19f785af09
Author | SHA1 | Date | |
---|---|---|---|
19f785af09 | |||
e98ab33314 |
@ -21,14 +21,12 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- ghost:/var/lib/ghost/content
|
- ghost:/var/lib/ghost/content
|
||||||
db:
|
db:
|
||||||
image: mysql:8.0
|
image: mariadb:11
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
MYSQL_ROOT_PASSWORD: ${DB_PASSWORD}
|
MYSQL_ROOT_PASSWORD: ${DB_PASSWORD}
|
||||||
volumes:
|
volumes:
|
||||||
- mysql:/var/lib/mysql
|
- mariadb:/var/lib/mysql
|
||||||
volumes:
|
volumes:
|
||||||
ghost:
|
ghost:
|
||||||
mysql:
|
mariadb:
|
||||||
|
|
||||||
|
|
||||||
|
1891
package-lock.json
generated
1891
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -26,7 +26,7 @@
|
|||||||
"dotenv": "^16.0.1",
|
"dotenv": "^16.0.1",
|
||||||
"eleventy-plugin-local-images": "^0.4.1",
|
"eleventy-plugin-local-images": "^0.4.1",
|
||||||
"npm-run-all": "^4.1.5",
|
"npm-run-all": "^4.1.5",
|
||||||
"rimraf": "^4.1.2",
|
"rimraf": "^5.0.5",
|
||||||
"tailwindcss": "^3.0.24"
|
"tailwindcss": "^3.0.24"
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user