Skip to content
This repository was archived by the owner on Oct 15, 2025. It is now read-only.

Commit 75eb7a1

Browse files
committed
chore(docker): Upgrade image version in composer to the latest version [skip ci]
1 parent 833099b commit 75eb7a1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

compose.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
services:
22
###> doctrine/doctrine-bundle ###
33
database:
4-
image: postgres:${POSTGRES_VERSION:-16}-alpine
4+
image: pgautoupgrade/pgautoupgrade:${POSTGRES_VERSION:-17-alpine}
55
environment:
66
POSTGRES_DB: ${POSTGRES_DB:-app}
77
# You should definitely change the password in production
@@ -34,7 +34,7 @@ services:
3434
volumes:
3535
- redis_data:/data:rw
3636
meilisearch:
37-
image: getmeili/meilisearch:${MEILISEARCH_VERSION:-v1.10}
37+
image: getmeili/meilisearch:${MEILISEARCH_VERSION:-nightly}
3838
environment:
3939
MEILI_MASTER_KEY: ${MEILI_MASTER_KEY:-!MasterChangeMe!}
4040
volumes:
@@ -50,7 +50,7 @@ services:
5050
restart: unless-stopped
5151
environment:
5252
SERVER_NAME: ${SERVER_NAME:-localhost}, php:80
53-
DATABASE_URL: "postgresql://${POSTGRES_USER:-app}:${POSTGRES_PASSWORD:-!ChangeMe!}@database:5432/${POSTGRES_DB:-app}?serverVersion=${POSTGRES_VERSION:-16}&charset=${POSTGRES_CHARSET:-utf8}"
53+
DATABASE_URL: "postgresql://${POSTGRES_USER:-app}:${POSTGRES_PASSWORD:-!ChangeMe!}@database:5432/${POSTGRES_DB:-app}?serverVersion=${POSTGRES_VERSION:-17}&charset=${POSTGRES_CHARSET:-utf8}"
5454
REDIS_URI: "redis://redis:6379"
5555
MEILISEARCH_URL: "http://meilisearch:7700"
5656
MEILISEARCH_API_KEY: ${MEILI_MASTER_KEY:-!MasterChangeMe!}
@@ -79,7 +79,7 @@ services:
7979
dockerfile: worker.Dockerfile
8080
context: .
8181
environment:
82-
DATABASE_URL: "postgresql://${POSTGRES_USER:-app}:${POSTGRES_PASSWORD:-!ChangeMe!}@database:5432/${POSTGRES_DB:-app}?serverVersion=${POSTGRES_VERSION:-16}&charset=${POSTGRES_CHARSET:-utf8}"
82+
DATABASE_URL: "postgresql://${POSTGRES_USER:-app}:${POSTGRES_PASSWORD:-!ChangeMe!}@database:5432/${POSTGRES_DB:-app}?serverVersion=${POSTGRES_VERSION:-17}&charset=${POSTGRES_CHARSET:-utf8}"
8383
REDIS_URI: "redis://redis:6379"
8484
MEILISEARCH_URL: "http://meilisearch:7700"
8585
MEILISEARCH_API_KEY: ${MEILI_MASTER_KEY:-!MasterChangeMe!}

0 commit comments

Comments
 (0)