# config for running with podman as the container engine version: '3.8' services: backend: #hostname: backend restart: always volumes: - ${XDG_RUNTIME_DIR-/run}/podman/podman.sock:/run/user/0/podman/podman.sock:z security_opt: - "label=disable" environment: - RUNTIME=podman - SOCKET_SRC=${XDG_RUNTIME_DIR-/run}/podman/podman.sock - SOCKET_DEST=/run/user/0/podman/podman.sock - CRAWLER_FQDN_SUFFIX=.dns.podman frontend: #hostname: frontend restart: always environment: - CRAWLER_FQDN_SUFFIX=.dns.podman mongo: image: docker.io/library/mongo #hostname: mongo restart: always minio: image: docker.io/minio/minio #hostname: minio restart: always