Skip to content

Commit

Permalink
Update docker compose files
Browse files Browse the repository at this point in the history
- Version is no longer needed (docker/compose#11628)
- The version of postgres doesn't work with the latest version of
  docker for some reason, puling that image results in
  `layers from manifest don't match image configuration`.
  • Loading branch information
stsewd committed Jun 4, 2024
1 parent bd497c8 commit d843543
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion dockerfiles/docker-compose-search.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# docker-compose-search.yml starts "search" service and override some
# services to link them so they can use the "search" as well.
version: '3'

volumes:
search_data:
Expand Down
1 change: 0 additions & 1 deletion dockerfiles/docker-compose-webpack.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# docker-compose-webpack.yml starts Webpack dev server for hot reload of built
# static assets.
version: '3'

services:

Expand Down
4 changes: 1 addition & 3 deletions dockerfiles/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3'

volumes:
build-user-builds:
storage_data:
Expand Down Expand Up @@ -217,7 +215,7 @@ services:
readthedocs:

database:
image: postgres:12.5
image: postgres:12.17
environment:
- POSTGRES_USER=docs_user
- POSTGRES_PASSWORD=docs_pwd
Expand Down

0 comments on commit d843543

Please sign in to comment.