Skip to content

Commit

Permalink
w/ compose for development
Browse files Browse the repository at this point in the history
  • Loading branch information
stanistan committed Jun 21, 2024
1 parent d647db3 commit 95b9809
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions compose.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
services:
prme:
build:
args:
VERSION_SHA: docker-development
ports:
- "8080:8080"
environment:
- HOSTNAME=0.0.0.0
- PORT=8080
- DISK_CACHE_ENABLED=true
- DISK_CACHE_BASE_PATH=/cache_data
- GH_APP_ID=0
- GH_INSTALLATION_ID=0
volumes:
- ./data:/cache_data

0 comments on commit 95b9809

Please sign in to comment.