Skip to content

Commit d80d9c3

Browse files
authored
Add docker-compose configuration for hackiit-website
1 parent f05a5b5 commit d80d9c3

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

docker-compose.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
services:
2+
hackiit-website:
3+
build: .
4+
container_name: hackiit-website
5+
ports:
6+
- "8080:8080"
7+
restart: unless-stopped
8+
healthcheck:
9+
test: ["CMD", "curl", "-f", "http://localhost:8080/"]
10+
interval: 30s
11+
timeout: 3s
12+
retries: 3
13+
start_period: 5s

0 commit comments

Comments
 (0)