Caddy works

This commit is contained in:
Timothy Pidashev
2024-03-16 23:08:46 -07:00
parent 2fd5c7ec36
commit 6a6804f43a
2 changed files with 1 additions and 15 deletions

View File

@@ -1,15 +1,5 @@
timmypidashev.localhost { timmypidashev.localhost {
encode gzip encode gzip
reverse_proxy web:3000 reverse_proxy web:3000
@backend_routes {
path /_event/*
path /_upload
path /ping
}
handle @backend_routes {
reverse_proxy web:8000
}
} }

View File

@@ -18,10 +18,6 @@ services:
web: web:
container_name: web container_name: web
image: web:dev image: web:dev
volumes:
- ./src/web/web:/app/web
- ./src/web/assets:/app/assets
- ./src/web/rxconfig.py:/app/rxconfig.py
networks: networks:
- caddy - caddy