# config for running with podman as the container engine version: '3.8' services: backend: #hostname: backend restart: always volumes: - ${SOCKET_SRC}:${SOCKET_DEST}:z security_opt: - "label=disable" environment: - RUNTIME=podman - SOCKET_SRC=${SOCKET_SRC} - SOCKET_DEST=${SOCKET_DEST} - 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