services: app: build: . container_name: cal_counter ports: - "5000:80" volumes: - ./data:/app/instance restart: unless-stopped