Skip to content

Commit

Permalink
feat: docker compose deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
luojiyin1987 committed Oct 17, 2024
1 parent da4454d commit a637b0a
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
version: '3'

services:
kys-ows:
image: kaiyuanshe/kys-hackathon
- 3003:3000
healthcheck:
test: ['CMD-SHELL', 'curl -f http://localhost:3000/ || exit 1']
interval: 3s
retries: 5
start_period: 30s
labels:
- 'autoheal=true'
restart: always
logging:
driver: 'json-file'
options:
max-size: '10m'

1 comment on commit a637b0a

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for open-hackathon ready!

✅ Preview
https://open-hackathon-dceqfdgyj-techquerys-projects.vercel.app

Built with commit a637b0a.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.