mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
chore(dc): 📦 bump docker-compose ver
This commit is contained in:
parent
026c4ccaa7
commit
e17bb1ba90
5 changed files with 5 additions and 5 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# for integration testing directory migrations
|
||||
|
||||
version: "3.7"
|
||||
version: "3.8"
|
||||
|
||||
services:
|
||||
directory-migrations-tests:
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# overrides for development
|
||||
|
||||
version: "3.7"
|
||||
version: "3.8"
|
||||
|
||||
services:
|
||||
reverse-proxy:
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# overrides for production build
|
||||
# https://github.com/docker/compose/issues/4047
|
||||
|
||||
version: "3.7"
|
||||
version: "3.8"
|
||||
|
||||
services:
|
||||
archival-api:
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# overrides for production deployment
|
||||
|
||||
version: "3.7"
|
||||
version: "3.8"
|
||||
|
||||
services:
|
||||
reverse-proxy:
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
version: "3.7"
|
||||
version: "3.8"
|
||||
|
||||
services:
|
||||
reverse-proxy:
|
||||
|
|
|
|||
Loading…
Reference in a new issue