Compare commits

...

2 commits

Author SHA1 Message Date
8dc085c6a0
feat: migrate nyanimedb image to new registry
All checks were successful
Build and Deploy Go App / build (push) Successful in 4m58s
Build and Deploy Go App / deploy (push) Successful in 2m37s
2025-10-08 20:57:36 +03:00
67ea56ec5d
feat: added buildx.sh 2025-10-08 20:56:48 +03:00
3 changed files with 3 additions and 8 deletions

2
deploy/buildx.sh Normal file
View file

@ -0,0 +1,2 @@
#!/bin/bash
docker buildx build --platform linux/amd64 -t meowgit.nekoea.red/nihonium/forgejo-runner:latest -f ./Dockerfiles/Dockerfile_forgejo-runner . --push

View file

@ -27,7 +27,7 @@ services:
# - pgadmin_data:/var/lib/pgadmin
nyanimedb:
image: nyanimedb:latest
image: meowgit.nekoea.red/nihonium/nyanimedb:latest
container_name: nyanimedb
restart: always
environment:

View file

@ -1,7 +0,0 @@
FROM ubuntu:22.04
WORKDIR /app
COPY --chmod=755 nyanimedb /app
COPY templates /app/templates
EXPOSE 8080
ENTRYPOINT ["/app/nyanimedb"]