chore(dc): 📦 bump docker-compose ver

This commit is contained in:
Collin M. Barrett 2021-10-30 10:38:48 -05:00
parent 026c4ccaa7
commit e17bb1ba90
5 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
# for integration testing directory migrations
version: "3.7"
version: "3.8"
services:
directory-migrations-tests:

View file

@ -1,6 +1,6 @@
# overrides for development
version: "3.7"
version: "3.8"
services:
reverse-proxy:

View file

@ -1,7 +1,7 @@
# overrides for production build
# https://github.com/docker/compose/issues/4047
version: "3.7"
version: "3.8"
services:
archival-api:

View file

@ -1,6 +1,6 @@
# overrides for production deployment
version: "3.7"
version: "3.8"
services:
reverse-proxy:

View file

@ -1,4 +1,4 @@
version: "3.7"
version: "3.8"
services:
reverse-proxy: