Skip to content

Commit

Permalink
chore: remove version in docker compose files
Browse files Browse the repository at this point in the history
It's obsolete since docker compose v2
  • Loading branch information
raphael0202 committed Apr 29, 2024
1 parent 5fc6370 commit 7c08b02
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
version: "3.7"


# base ES service definition
x-base-es-service: &base-es-service
image: docker.elastic.co/elasticsearch/elasticsearch:${STACK_VERSION}
Expand Down
1 change: 0 additions & 1 deletion docker/dev.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: "3.7"
# this file setup various thinks that are for dev environment

x-api-base: &api-base
Expand Down
2 changes: 0 additions & 2 deletions docker/prod.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3.7"

# modifications to docker-compose for production settings

volumes:
Expand Down

0 comments on commit 7c08b02

Please sign in to comment.