mirror of
https://github.com/timmypidashev/web.git
synced 2026-04-14 11:03:50 +00:00
Caddy works
This commit is contained in:
@@ -2,14 +2,4 @@ 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
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user