Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
soham901 committed Oct 2, 2024
1 parent 9b12d12 commit 92ff592
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 30 deletions.
2 changes: 1 addition & 1 deletion Caddyfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
:80 {
healthcareinfra.soham901.me {
reverse_proxy localhost:8000
}
15 changes: 15 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
services:
caddy:
image: caddy:latest
restart: unless-stopped
ports:
- "80:80"
- "443:443"
- "443:443/udp"
volumes:
- ./Caddyfile:/etc/caddy/Caddyfile
- ./site:/srv
- caddy_data:/data
- caddy_config:/config

app:
build: .
ports:
Expand All @@ -19,3 +32,5 @@ services:

volumes:
db-data:
caddy_data:
caddy_config:
29 changes: 0 additions & 29 deletions nginx.conf

This file was deleted.

0 comments on commit 92ff592

Please sign in to comment.