Skip to content

Commit

Permalink
feat: Add docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CCristi committed Jun 13, 2024
1 parent 252aef6 commit f0d45cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ services:
restart: unless-stopped
expose:
- 6379
app:
explorerkit:
depends_on:
- redis
build:
context: .
dockerfile: Dockerfile
container_name: app
container_name: explorerkit
restart: on-failure
environment:
- REDIS_URL=redis://redis:6379
Expand Down

0 comments on commit f0d45cc

Please sign in to comment.