Skip to content

Commit

Permalink
Merge pull request #1910 from tactilenews/docker-deprecations
Browse files Browse the repository at this point in the history
fix: docker compose version deprecation
  • Loading branch information
mattwr18 authored Jun 24, 2024
2 parents 80a5ebc + 330b3f8 commit c6188f0
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 11 deletions.
2 changes: 0 additions & 2 deletions docker-compose.local-backup.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3.7'

services:
db:
volumes:
Expand Down
4 changes: 1 addition & 3 deletions docker-compose.override.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3.7'

x-dev-defaults: &x-dev-defaults
build:
context: .
Expand Down Expand Up @@ -70,4 +68,4 @@ services:

volumes:
postgres_data:

2 changes: 0 additions & 2 deletions docker-compose.prod.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3.7'

x-prod-defaults: &x-prod-defaults
image: "tactilenews/hundred-eyes:${DOCKER_IMAGE_TAG:-latest}"
environment:
Expand Down
2 changes: 0 additions & 2 deletions docker-compose.traefik.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3.7'

services:
reverse-proxy:
# The official v2 Traefik docker image
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.7'

x-defaults: &x-defaults
environment:
BINDING: 0.0.0.0
Expand Down

0 comments on commit c6188f0

Please sign in to comment.