version: '2' services: app: container_name: filestash image: machines/filestash restart: always environment: - APPLICATION_URL=https://www.mydomain.com/path/ ports: - "8334:8334" volumes: - /data/daemons/filestash/state:/app/data/state/ onlyoffice: container_name: filestash_oods image: onlyoffice/documentserver restart: always security_opt: - seccomp:unconfined volumes: filestash: {} networks: filestash: {}