mirror of
https://github.com/getredash/redash.git
synced 2025-12-19 17:37:19 -05:00
refactor: use docker compose recommendations (#5854)
Signed-off-by: Lucas Fernando Cardoso Nunes <lucasfc.nunes@gmail.com>
This commit is contained in:
committed by
GitHub
parent
49a5e74283
commit
af2f4af8a2
@@ -1,4 +1,3 @@
|
|||||||
version: '2.2'
|
|
||||||
services:
|
services:
|
||||||
redash:
|
redash:
|
||||||
build: ../
|
build: ../
|
||||||
@@ -1,4 +1,3 @@
|
|||||||
version: "2.2"
|
|
||||||
x-redash-service: &redash-service
|
x-redash-service: &redash-service
|
||||||
build:
|
build:
|
||||||
context: ../
|
context: ../
|
||||||
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -30,7 +30,7 @@ jobs:
|
|||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
needs: backend-lint
|
needs: backend-lint
|
||||||
env:
|
env:
|
||||||
COMPOSE_FILE: .ci/docker-compose.ci.yml
|
COMPOSE_FILE: .ci/compose.ci.yaml
|
||||||
COMPOSE_PROJECT_NAME: redash
|
COMPOSE_PROJECT_NAME: redash
|
||||||
COMPOSE_DOCKER_CLI_BUILD: 1
|
COMPOSE_DOCKER_CLI_BUILD: 1
|
||||||
DOCKER_BUILDKIT: 1
|
DOCKER_BUILDKIT: 1
|
||||||
@@ -127,7 +127,7 @@ jobs:
|
|||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
needs: frontend-lint
|
needs: frontend-lint
|
||||||
env:
|
env:
|
||||||
COMPOSE_FILE: .ci/docker-compose.cypress.yml
|
COMPOSE_FILE: .ci/compose.cypress.yaml
|
||||||
COMPOSE_PROJECT_NAME: cypress
|
COMPOSE_PROJECT_NAME: cypress
|
||||||
CYPRESS_INSTALL_BINARY: 0
|
CYPRESS_INSTALL_BINARY: 0
|
||||||
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: 1
|
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: 1
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
# This configuration file is for the **development** setup.
|
# This configuration file is for the **development** setup.
|
||||||
# For a production example please refer to getredash/setup repository on GitHub.
|
# For a production example please refer to getredash/setup repository on GitHub.
|
||||||
version: "2.2"
|
|
||||||
x-redash-service: &redash-service
|
x-redash-service: &redash-service
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
Reference in New Issue
Block a user