Add Caddyfile rather than nginx

This commit is contained in:
Dave Gallant
2022-08-21 17:01:00 +00:00
parent b059b01a0b
commit afa440e765
6 changed files with 14 additions and 36 deletions

View File

@@ -3,8 +3,10 @@ services:
frontend:
build:
dockerfile: Dockerfile
context: .
ports:
- 80:80
- 443:443
links:
- "backend:backend"
backend: