services: kiwix: container_name: kiwix image: ghcr.io/kiwix/kiwix-serve:3.8.2@sha256:ca41011170868edfe8e7563b5aabc3b3a9a0870ce0775581d7e30d1993e3bb9d restart: unless-stopped command: - '*.zim' volumes: - ${DATA_PATH}:/data ports: - ${PORT}:8080 networks: - frontend networks: frontend: external: true