Skip to content

Commit 5dfee52

Browse files
authored
Merge pull request #21 from HackiitUGR/ivanrdgz03-patch-1
Ivanrdgz03 patch 1
2 parents f05a5b5 + 2ceeb40 commit 5dfee52

2 files changed

Lines changed: 17 additions & 0 deletions

File tree

.env.example

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
TELEGRAM_BOT_TOKEN=
2+
TELEGRAM_CHAT_ID=
3+
PUBLIC_RECAPTCHA_SITE_KEY=
4+
RECAPTCHA_SECRET_KEY=

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)