Skip to content

Commit

Permalink
Remove version from docker-compose files.
Browse files Browse the repository at this point in the history
  • Loading branch information
fniessink committed May 7, 2024
1 parent fea9a3f commit 0f45d5b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion docker/docker-compose.ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Extra services and overridden parameters for testing in a CI-environment.
# Mongo-express and PHPLDAPAdmin are not started.

version: "3"
services:
www:
build: ../components/proxy
Expand Down
1 change: 0 additions & 1 deletion docker/docker-compose.override.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Extra services and overridden parameters for development

version: "3"
services:
www:
build: ../components/proxy
Expand Down
1 change: 0 additions & 1 deletion docker/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Base docker composition. For development, this composition is augmented in docker-compose.override.yml.

version: '3'
services:
www:
image: ictu/quality-time_proxy:${QUALITY_TIME_VERSION}
Expand Down

0 comments on commit 0f45d5b

Please sign in to comment.