Skip to content

Commit

Permalink
chore: Remove obsolete version from docker-compose files (#2684)
Browse files Browse the repository at this point in the history
Co-authored-by: StaNov <[email protected]>
  • Loading branch information
StaNov and StaNov authored Nov 12, 2024
1 parent 97e34b9 commit 62b95f3
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 7 deletions.
2 changes: 0 additions & 2 deletions docker/docker-compose.debug.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3'

services:
app:
image: tolgee/tolgee
Expand Down
2 changes: 0 additions & 2 deletions docker/docker-compose.template.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3'

services:
db:
image: postgres:11
Expand Down
2 changes: 0 additions & 2 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3'

services:
db:
image: postgres:11
Expand Down
1 change: 0 additions & 1 deletion e2e/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: '3'
services:
app:
container_name: tolgee_e2e
Expand Down

0 comments on commit 62b95f3

Please sign in to comment.