services: serge: restart: on-failure build: context: . dockerfile: Dockerfile.dev volumes: - ./web:/usr/src/app/web/ - ./api:/usr/src/app/api/ - datadb:/data/db - weights:/usr/src/app/weights/ - /etc/localtime:/etc/localtime:ro ports: - "8008:8008" - "9124:9124" volumes: datadb: weights: