Skip to content

Commit

Permalink
Revert "Bump faf-db to v133 & faf-java-api to v3.3.1"
Browse files Browse the repository at this point in the history
This reverts commit 91f557b.
  • Loading branch information
Brutus5000 committed Nov 10, 2023
1 parent 89c6b0b commit 83fc3ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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:v133
image: faforever/faf-db-migrations:v129
user: ${FAF_DB_USER}
networks:
- faf
Expand Down Expand Up @@ -129,7 +129,7 @@ services:
#
faf-java-api:
container_name: faf-java-api
image: faforever/faf-java-api:v3.3.1
image: faforever/faf-java-api:v3.2.0
user: ${FAF_JAVA_API_USER}
networks:
faf:
Expand Down Expand Up @@ -317,7 +317,7 @@ services:
# Advanced Message Queuing Protocol (AMQP).
#
faf-rabbitmq:
image: rabbitmq:3.9.29-management-alpine
image: rabbitmq:3.9.16-management-alpine
container_name: faf-rabbitmq
hostname: rabbitmq.${DOMAINNAME}
ports:
Expand Down

0 comments on commit 83fc3ee

Please sign in to comment.