Skip to content

Commit e61a358

Browse files
raging against the dying of the CI
1 parent 8ee5db4 commit e61a358

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

docker-compose.ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ services:
2020

2121
init:
2222
build: !reset
23+
environment:
24+
- DISABLE_DATABASE_ENVIRONMENT_CHECK=1
2325
image: ${DOCKER_APP_IMAGE}
2426
secrets:
2527
- SECRET_KEY_BASE

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ services:
7979
healthcheck:
8080
disable: true
8181
ports: []
82-
restart: on-failure:3
82+
restart: "no"
8383

8484
selenium:
8585
image: selenium/standalone-chromium

0 commit comments

Comments
 (0)