Skip to content

Commit

Permalink
dev(docker): allow setting cable adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
palkan committed Aug 17, 2021
1 parent c0b8ad8 commit 300234e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ x-backend: &backend
PSQL_HISTFILE: /app/log/.psql_history
EDITOR: vi
LOG: ${LOG:-0}
ACTION_CABLE_ADAPTER: ${ACTION_CABLE_ADAPTER:-anycable}
depends_on: &backend_depends_on
postgres:
condition: service_healthy
Expand Down

0 comments on commit 300234e

Please sign in to comment.