services: web: build: context: app target: builder restart: unless-stopped stop_signal: SIGINT ports: - '8003:8000' volumes: - "./db:/connections/db"