Skip to content

Commit

Permalink
Remove version from compose files
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellrgn committed Jan 15, 2025
1 parent 5140746 commit 9dc1d0b
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion docker-compose.dev.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@

version: "3.4"
services:
shlips:
command: npm run dev
Expand Down
1 change: 0 additions & 1 deletion docker-compose.static-ingress.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# docker-compose override to expose web container port (80) to local VM
# listens on the local VM at http://localhost:${EXTERNAL_PORT}
---
version: "3.9"
services:
shlips:
# Allow override of published port
Expand Down
1 change: 0 additions & 1 deletion docker-compose.traefik-ingress.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# docker-compose ingress overrides for traefik
---
version: "3.9"
services:
shlips:
labels:
Expand Down
1 change: 0 additions & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
version: "3.4"
services:
shlips:
build: ./
Expand Down

0 comments on commit 9dc1d0b

Please sign in to comment.