Skip to content

Commit

Permalink
refactor: update
Browse files Browse the repository at this point in the history
  • Loading branch information
kuroweb committed Oct 6, 2024
1 parent d656a0c commit 4dadd2a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ x-backend: &backend
build:
context: .
dockerfile: containers/backend/Dockerfile
env_file: .env
environment:
DB_HOST_NAME: "backend-db"
DB_DATABASE_NAME: "rails"
Expand All @@ -12,11 +13,6 @@ x-backend: &backend
REDIS_URL: "redis://backend-redis:6379"
PLAYWRIGHT_URL: "ws://backend-playwright:8888/ws"
ALLOWED_ORIGIN: "backend"
PROXY_HOST: ${PROXY_HOST}
PROXY_USERNAME: ${PROXY_USERNAME}
PROXY_PASSWORD: ${PROXY_PASSWORD}
PROXY_LIST: ${PROXY_LIST}
BUGSNAG_API_KEY: ${BUGSNAG_API_KEY}
stdin_open: true
tty: true

Expand Down

0 comments on commit 4dadd2a

Please sign in to comment.