Skip to content

Commit 7045c3b

Browse files
committed
feat: add docker compose for prod
1 parent f6881da commit 7045c3b

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

docker-compose.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
services:
2+
keyword-scope:
3+
image: ghcr.io/pyrascope/keyword-scope:latest
4+
container_name: keyword-scope
5+
ports:
6+
- "8182:8182"
7+
restart: unless-stopped
8+
volumes:
9+
- ./config.yaml:/app/config.yaml:ro

0 commit comments

Comments
 (0)