services:
web:
build:
dockerfile: Dockerfile
env_file:
- .env
ports:
- 8097:80
volumes:
- ./data.txt:/data.txt