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