services: kotobane: image: registry.achmad.dev/kotobane:latest container_name: kotobane restart: unless-stopped ports: - "3000:3000" environment: NODE_ENV: production DIRECTUS_URL: https://cms.achmad.dev DIRECTUS_TOKEN: ${DIRECTUS_TOKEN} REVALIDATE_SECRET: ${REVALIDATE_SECRET} NEXT_PUBLIC_DIRECTUS_URL: https://cms.achmad.dev NEXT_PUBLIC_DIRECTUS_TOKEN: ${DIRECTUS_TOKEN} NEXT_PUBLIC_BASE_URL: https://kotobane.achmad.dev