Skip to content

Commit

Permalink
Bump faf-db to v133
Browse files Browse the repository at this point in the history
  • Loading branch information
Brutus5000 committed Nov 10, 2023
1 parent 034804e commit bdd01ae
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ services:
#
faf-db-migrations:
container_name: faf-db-migrations
image: faforever/faf-db-migrations:v129
image: faforever/faf-db-migrations:v133
user: ${FAF_DB_USER}
networks:
- faf
Expand Down Expand Up @@ -137,6 +137,8 @@ services:
- "faf-java-api"
restart: unless-stopped
env_file: ./config/faf-java-api/faf-java-api.env
environment:
DATABASE_SCHEMA_VERSION: 133
volumes:
- ./config/faf-java-api/pki:/pki
- ./config/faf-java-api/mail:/config/mail
Expand Down Expand Up @@ -316,7 +318,7 @@ services:
# Advanced Message Queuing Protocol (AMQP).
#
faf-rabbitmq:
image: rabbitmq:3.9.16-management-alpine
image: rabbitmq:3.9.29-management-alpine
container_name: faf-rabbitmq
hostname: rabbitmq.${DOMAINNAME}
ports:
Expand Down

0 comments on commit bdd01ae

Please sign in to comment.