Skip to content

Commit

Permalink
Merge pull request #5206 from BacLuc/remove-docker-compose-version
Browse files Browse the repository at this point in the history
remove version from docker-compose.yml files
  • Loading branch information
BacLuc committed May 21, 2024
2 parents 34eb05d + 0b14a86 commit f1aceb9
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions .helm/ecamp3/files/db-backup-restore-image/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3.9'

services:
db-backup-restore-image:
image: ${CONTAINER_REGISTRY:-docker.io}/${REPO_OWNER:-ecamp}/ecamp3-db-backup-restore:${VERSION:-local}
Expand Down
1 change: 0 additions & 1 deletion .helm/ecamp3/files/db_backup_job/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: '3.9'
services:
create-backup:
build:
Expand Down
1 change: 0 additions & 1 deletion .helm/ecamp3/files/hook_db_restore/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: '3.9'
services:
restore-backup:
build:
Expand Down
2 changes: 0 additions & 2 deletions .ops/aws-setup/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3.9"

services:
aws-setup:
image: pulumi/pulumi-nodejs:3.116.1
Expand Down
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3.9'

services:
frontend:
image: node:20.13.1
Expand Down

0 comments on commit f1aceb9

Please sign in to comment.