Skip to content

Commit

Permalink
feat: Remove deprecated version field from docker-compose files
Browse files Browse the repository at this point in the history
  • Loading branch information
timmc-edx committed Aug 1, 2024
1 parent 5fc8fd8 commit 891fc67
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions docker-compose-host.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@

version: "2.1"

services:
credentials:
volumes:
Expand Down
2 changes: 0 additions & 2 deletions docker-compose-themes.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "2.1"

services:
discovery:
volumes:
Expand Down
2 changes: 0 additions & 2 deletions docker-compose-watchers.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "2.1"

services:
lms_watcher:
command: bash -c 'cd /edx/app/edxapp/edx-platform && source ../edxapp_env && while true; do paver watch_assets --w=$$ASSET_WATCHER_TIMEOUT; sleep 2; done'
Expand Down
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
# - Every service's container name should be prefixed with "edx.devstack." to avoid conflicts with other containers
# that might be running for the same service.

version: "2.1"

services:

# ================================================
Expand Down

0 comments on commit 891fc67

Please sign in to comment.