services: api: build: . container_name: safe-marks-server-api ports: - "127.0.0.1:17701:8000" volumes: - ./data:/app/data restart: unless-stopped