Compare commits
No commits in common. "19f785af092bf188dd595e0e590353b060a86b61" and "04a9b99d05c0dbfaf2368919b3f5b9bc84bd139a" have entirely different histories.
19f785af09
...
04a9b99d05
@ -21,12 +21,14 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- ghost:/var/lib/ghost/content
|
- ghost:/var/lib/ghost/content
|
||||||
db:
|
db:
|
||||||
image: mariadb:11
|
image: mysql:8.0
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
MYSQL_ROOT_PASSWORD: ${DB_PASSWORD}
|
MYSQL_ROOT_PASSWORD: ${DB_PASSWORD}
|
||||||
volumes:
|
volumes:
|
||||||
- mariadb:/var/lib/mysql
|
- mysql:/var/lib/mysql
|
||||||
volumes:
|
volumes:
|
||||||
ghost:
|
ghost:
|
||||||
mariadb:
|
mysql:
|
||||||
|
|
||||||
|
|
||||||
|
1881
package-lock.json
generated
1881
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": "^5.0.5",
|
"rimraf": "^4.1.2",
|
||||||
"tailwindcss": "^3.0.24"
|
"tailwindcss": "^3.0.24"
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user