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 c7adb75
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion 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: v133
volumes:
- ./config/faf-java-api/pki:/pki
- ./config/faf-java-api/mail:/config/mail
Expand Down

0 comments on commit c7adb75

Please sign in to comment.