services: snikket_proxy: container_name: snikket-proxy image: snikket/snikket-web-proxy:stable env_file: snikket.conf network_mode: host volumes: - snikket_data:/snikket restart: "unless-stopped" snikket_portal: container_name: snikket-portal image: snikket/snikket-web-portal:stable network_mode: host env_file: snikket.conf restart: "unless-stopped" snikket_server: container_name: snikket image: snikket/snikket-server:stable network_mode: host volumes: - snikket_data:/snikket - /some/abs/path/etc/prosody/certs/domain.tld.key:/etc/prosody/certs/domain.tld.key - /some/abs/path/etc/prosody/certs/domain.tld.crt:/etc/prosody/certs/domain.tld.crt - /some/abs/path/etc/sv/prosody/wait-for-certs:/etc/sv/prosody/wait-for-certs env_file: snikket.conf restart: "unless-stopped" volumes: snikket_data: