diff --git a/docker-compose.yml b/docker-compose.yml index 9f862b6..8842b78 100755 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,6 +1,6 @@ services: butterflyvu: - image: docker.registry.sudovanilla.org/butterflyvu:latest + image: oci.registry.sudovanilla.org/butterflyvu:latest network_mode: bridge volumes: - ./config.json:/app/config.json diff --git a/package.json b/package.json index 1f6082d..c2aaa1d 100755 --- a/package.json +++ b/package.json @@ -27,8 +27,8 @@ "preview": "astro preview", "docker:start": "docker compose up -d", "docker:stop": "docker compose down", - "docker:build": "buildah build -t docker.registry.sudovanilla.org/butterflyvu --no-cache --annotation 'org.opencontainers.image.vendor=SudoVanilla' --annotation 'org.opencontainers.image.description=Documentations built on Astro' --annotation 'org.opencontainers.image.title=ButterflyVu' --annotation 'org.opencontainers.image.licenses=MIT NON-AI License' --annotation 'org.opencontainers.image.url=https://ark.sudovanilla.org/Korbs/ButterflyVu'", - "docker:push": "buildah push docker.registry.sudovanilla.org/butterflyvu" + "docker:build": "buildah build -t oci.registry.sudovanilla.org/butterflyvu --no-cache --annotation 'org.opencontainers.image.vendor=SudoVanilla' --annotation 'org.opencontainers.image.description=Documentations built on Astro' --annotation 'org.opencontainers.image.title=ButterflyVu' --annotation 'org.opencontainers.image.licenses=MIT NON-AI License' --annotation 'org.opencontainers.image.url=https://ark.sudovanilla.org/Korbs/ButterflyVu'", + "docker:push": "buildah push oci.registry.sudovanilla.org/butterflyvu" }, "dependencies": { "@astrojs/mdx": "4.0.0-beta.5",