--- version: "3.9" services: app: build: context: . volumes: - "${PWD}/files:${SFU_FILES_DIR},z" env_file: - .env proxy: image: caddy volumes: - ./Caddyfile:/etc/caddy/Caddyfile - ./design:/usr/share/caddy/www/design ports: - '8080:80'