Skip to content

Commit 92ff592

Browse files
committed
fix
1 parent 9b12d12 commit 92ff592

File tree

3 files changed

+16
-30
lines changed

3 files changed

+16
-30
lines changed

Caddyfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
:80 {
1+
healthcareinfra.soham901.me {
22
reverse_proxy localhost:8000
33
}

docker-compose.yml

+15
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
11
services:
2+
caddy:
3+
image: caddy:latest
4+
restart: unless-stopped
5+
ports:
6+
- "80:80"
7+
- "443:443"
8+
- "443:443/udp"
9+
volumes:
10+
- ./Caddyfile:/etc/caddy/Caddyfile
11+
- ./site:/srv
12+
- caddy_data:/data
13+
- caddy_config:/config
14+
215
app:
316
build: .
417
ports:
@@ -19,3 +32,5 @@ services:
1932

2033
volumes:
2134
db-data:
35+
caddy_data:
36+
caddy_config:

nginx.conf

-29
This file was deleted.

0 commit comments

Comments
 (0)