services: libreoffice: build: target: soffice restart: always volumes: - data:/data container_name: libreoffice service: build: . restart: always depends_on: - libreoffice volumes: - data:/data environment: - DATA_DIR=/data pid: container:libreoffice cap_add: - CAP_SYS_ADMIN ports: - 8000:8000 volumes: data: