feat(docker-compose): add TAG option (#18214)

This commit is contained in:
Ville Brofeldt
2022-01-28 15:00:15 +02:00
committed by GitHub
parent b2bfb92cc4
commit 0a91a6880a
5 changed files with 23 additions and 4 deletions

View File

@@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
x-superset-image: &superset-image apache/superset:latest-dev
x-superset-image: &superset-image apache/superset:${TAG:-latest-dev}
x-superset-user: &superset-user root
x-superset-depends-on: &superset-depends-on
- db