mirror of
https://github.com/bitnami/containers.git
synced 2026-03-29 16:27:49 +08:00
5.2.2-debian-11-r3 release
This commit is contained in:
committed by
Bitnami Containers
parent
f609c0d552
commit
5ed8fe3392
@@ -41,7 +41,7 @@ Non-root container images add an extra layer of security and are generally recom
|
||||
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/).
|
||||
|
||||
|
||||
- [`5`, `5-debian-11`, `5.2.2`, `5.2.2-debian-11-r2`, `latest` (5/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-ghost/blob/5.2.2-debian-11-r2/5/debian-11/Dockerfile)
|
||||
- [`5`, `5-debian-11`, `5.2.2`, `5.2.2-debian-11-r3`, `latest` (5/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-ghost/blob/5.2.2-debian-11-r3/5/debian-11/Dockerfile)
|
||||
- [`4`, `4-debian-11`, `4.48.1`, `4.48.1-debian-11-r2` (4/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-ghost/blob/4.48.1-debian-11-r2/4/debian-11/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/ghost GitHub repo](https://github.com/bitnami/bitnami-docker-ghost).
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
version: '2'
|
||||
services:
|
||||
mariadb:
|
||||
image: docker.io/bitnami/mariadb:10.6
|
||||
mysql:
|
||||
image: docker.io/bitnami/mysql:8.0
|
||||
volumes:
|
||||
- 'mariadb_data:/bitnami/mariadb'
|
||||
- 'mysql_data:/bitnami/mysql'
|
||||
environment:
|
||||
# ALLOW_EMPTY_PASSWORD is recommended only for development.
|
||||
- ALLOW_EMPTY_PASSWORD=yes
|
||||
- MARIADB_USER=bn_ghost
|
||||
- MARIADB_DATABASE=bitnami_ghost
|
||||
- MYSQL_USER=bn_ghost
|
||||
- MYSQL_DATABASE=bitnami_ghost
|
||||
ghost:
|
||||
image: docker.io/bitnami/ghost:5
|
||||
ports:
|
||||
@@ -16,16 +16,16 @@ services:
|
||||
volumes:
|
||||
- 'ghost_data:/bitnami/ghost'
|
||||
depends_on:
|
||||
- mariadb
|
||||
- mysql
|
||||
environment:
|
||||
# ALLOW_EMPTY_PASSWORD is recommended only for development.
|
||||
- ALLOW_EMPTY_PASSWORD=yes
|
||||
- GHOST_DATABASE_HOST=mariadb
|
||||
- GHOST_DATABASE_HOST=mysql
|
||||
- GHOST_DATABASE_PORT_NUMBER=3306
|
||||
- GHOST_DATABASE_USER=bn_ghost
|
||||
- GHOST_DATABASE_NAME=bitnami_ghost
|
||||
volumes:
|
||||
mariadb_data:
|
||||
mysql_data:
|
||||
driver: local
|
||||
ghost_data:
|
||||
driver: local
|
||||
|
||||
Reference in New Issue
Block a user