Skip to content
Snippets Groups Projects
Commit 5115cead authored by David Rouquet's avatar David Rouquet
Browse files

add caddy httpd

parent 57028715
Branches
Tags
No related merge requests found
......@@ -8,4 +8,16 @@ services:
- ${PWD}:/app
environment:
ENV:
volumes:
- ./upload:/upload
httpd:
hostname: expose-scene-uploads
image: caddy:latest
restart: $RESTART
environment:
- CORS_ALLOWED_HOSTS
- WEBPACK_MODE=production
volumes:
- ./upload:/srv
- ./Caddyfile:/etc/caddy/Caddyfile
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment