Skip to content

Commit

Permalink
feat: dont inject default routes (#492)
Browse files Browse the repository at this point in the history
  • Loading branch information
plyr4 authored Dec 22, 2021
1 parent 2557fc2 commit f69fabd
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ services:
DATABASE_ENCRYPTION_KEY: '***REMOVED***'
QUEUE_DRIVER: redis
QUEUE_ADDR: 'redis://redis:6379'
QUEUE_ROUTES: 'docker,local,docker:local'
SCM_DRIVER: github
SCM_CONTEXT: 'continuous-integration/vela'
SECRET_VAULT: 'true'
Expand All @@ -52,8 +51,8 @@ services:
VELA_WEBUI_ADDR: 'http://localhost:8888'
VELA_LOG_LEVEL: trace
***REMOVED***
VELA_REFRESH_TOKEN_DURATION: 5m
VELA_ACCESS_TOKEN_DURATION: 1m
VELA_REFRESH_TOKEN_DURATION: 90m
VELA_ACCESS_TOKEN_DURATION: 60m
VELA_DISABLE_WEBHOOK_VALIDATION: 'true'
VELA_ENABLE_SECURE_COOKIE: 'false'
env_file:
Expand All @@ -80,15 +79,14 @@ services:
environment:
QUEUE_DRIVER: redis
QUEUE_ADDR: 'redis://redis:6379'
QUEUE_ROUTES: 'docker,local,docker:local'
VELA_BUILD_LIMIT: 1
VELA_BUILD_TIMEOUT: 30m
VELA_LOG_LEVEL: trace
VELA_RUNTIME_DRIVER: docker
VELA_SERVER_ADDR: 'http://server:8080'
***REMOVED***
WORKER_ADDR: http://worker:8080
WORKER_CHECK_IN: 1m
WORKER_ADDR: 'http://worker:8080'
WORKER_CHECK_IN: 15m
restart: always
ports:
- '8081:8080'
Expand Down

0 comments on commit f69fabd

Please sign in to comment.