services: web: build: context: . dockerfile: dockerfile container_name: web restart: always ports: - 8080:2486 volumes: - ./back/data:/app/data