services: webssh: build: context: . args: PYTHON_IMAGE: ${PYTHON_IMAGE:-python:3.12-slim} restart: unless-stopped ports: - "8888:8888" volumes: - webssh-data:/data volumes: webssh-data: