Skip to content

Commit

Permalink
build: add docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
j1nxie committed Jun 24, 2024
1 parent 339ad25 commit 54c8aab
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
services:
closure-api:
container_name: closure-api
restart: on-failure
build: .
environment:
- REDIS_URL=redis

redis:
container_name: redis
image: redis:latest
restart: always

0 comments on commit 54c8aab

Please sign in to comment.