--- services: termix: container_name: termix image: ghcr.io/lukegus/termix:latest restart: unless-stopped ports: - 8180:8080 volumes: - termix-data:/app/data environment: PORT: 8180 volumes: termix-data: driver: local