diff --git a/launch-all-v2.sh b/launch-all-v2.sh new file mode 100644 index 000000000..178766f69 --- /dev/null +++ b/launch-all-v2.sh @@ -0,0 +1,10 @@ +#!/usr/bin/env sh + +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. +# +# Copyright (c) 2021-present Kaleidos Ventures SL + +set -x +exec docker compose -f docker-compose.yml -f docker-compose.penpot.yml up -d $@ diff --git a/launch-all.sh b/launch-all.sh index 178766f69..f0109b831 100755 --- a/launch-all.sh +++ b/launch-all.sh @@ -7,4 +7,4 @@ # Copyright (c) 2021-present Kaleidos Ventures SL set -x -exec docker compose -f docker-compose.yml -f docker-compose.penpot.yml up -d $@ +exec docker-compose -f docker-compose.yml -f docker-compose.penpot.yml up -d $@ diff --git a/launch-taiga-v2.sh b/launch-taiga-v2.sh new file mode 100644 index 000000000..20c47adbe --- /dev/null +++ b/launch-taiga-v2.sh @@ -0,0 +1,10 @@ +#!/usr/bin/env sh + +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. +# +# Copyright (c) 2021-present Kaleidos Ventures SL + +set -x +exec docker compose -f docker-compose.yml up -d $@ diff --git a/launch-taiga.sh b/launch-taiga.sh index 20c47adbe..12f44763c 100755 --- a/launch-taiga.sh +++ b/launch-taiga.sh @@ -7,4 +7,4 @@ # Copyright (c) 2021-present Kaleidos Ventures SL set -x -exec docker compose -f docker-compose.yml up -d $@ +exec docker-compose -f docker-compose.yml up -d $@ diff --git a/taiga-manage-v2.sh b/taiga-manage-v2.sh new file mode 100644 index 000000000..9624bccf7 --- /dev/null +++ b/taiga-manage-v2.sh @@ -0,0 +1,10 @@ +#!/usr/bin/env sh + +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. +# +# Copyright (c) 2021-present Kaleidos Ventures SL + +set -x +exec docker compose -f docker-compose.yml -f docker-compose-inits.yml run --rm taiga-manage $@ diff --git a/taiga-manage.sh b/taiga-manage.sh index 9624bccf7..d29ba4db4 100755 --- a/taiga-manage.sh +++ b/taiga-manage.sh @@ -7,4 +7,4 @@ # Copyright (c) 2021-present Kaleidos Ventures SL set -x -exec docker compose -f docker-compose.yml -f docker-compose-inits.yml run --rm taiga-manage $@ +exec docker-compose -f docker-compose.yml -f docker-compose-inits.yml run --rm taiga-manage $@