services: web: build: . container_name: mes_core_web volumes: - .:/app ports: - "8000:8000" env_file: - .env restart: always