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