Skip to content

Commit

Permalink
Merge pull request #845 from intuitem/docker/remove-deprecated-versio…
Browse files Browse the repository at this point in the history
…n-field

Remove obsolete version field in docker compose files
  • Loading branch information
eric-intuitem authored Sep 18, 2024
2 parents 93db70d + 7397819 commit c1d793c
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 11 deletions.
2 changes: 0 additions & 2 deletions docker-compose-build.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3.9"

services:
backend:
container_name: backend
Expand Down
3 changes: 0 additions & 3 deletions docker-compose-pg.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3.9"

services:
backend:
container_name: backend
Expand Down Expand Up @@ -40,7 +38,6 @@ services:
volumes:
- ./db/pg:/var/lib/postgresql/data


caddy:
container_name: caddy
image: caddy:2.7.6
Expand Down
2 changes: 0 additions & 2 deletions docker-compose-remote-api.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3.9"

services:
backend:
container_name: backend
Expand Down
2 changes: 0 additions & 2 deletions docker-compose-remote.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3.9"

services:
backend:
container_name: backend
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:
backend:
container_name: backend
Expand Down

0 comments on commit c1d793c

Please sign in to comment.