Commit 178b793 1 parent 8fc332d commit 178b793 Copy full SHA for 178b793
File tree 2 files changed +19
-6
lines changed
2 files changed +19
-6
lines changed Original file line number Diff line number Diff line change 1
- version : ' 3.8'
2
-
3
1
services :
4
- app :
2
+ heartlink :
5
3
image : sachawildcode/projet-poec:latest
6
- ports :
7
- - ' 80:80'
4
+ networks :
5
+ - heartlink_network
6
+ container_name : heartlink
7
+ restart : unless-stopped
8
+ cloudflare :
9
+ image : cloudflare/cloudflared
10
+ container_name : heartlink-cloudflare
11
+ command : tunnel run
12
+ environment :
13
+ - TUNNEL_TOKEN=$TUNNEL_TOKEN
14
+ restart : unless-stopped
15
+ networks :
16
+ - heartlink_network
17
+ env_file :
18
+ - .env
19
+ networks :
20
+ heartlink_network :
21
+ name : heartlink_network
Original file line number Diff line number Diff line change 23
23
try_files $uri $uri / /index.html;
24
24
25
25
}
26
-
27
26
error_page 500 502 503 504 /50x.html;
28
27
location = /50x.html {
29
28
root /usr/share/nginx/html;
You can’t perform that action at this time.
0 commit comments