WatchTower for database

This commit is contained in:
2025-01-30 22:14:23 +08:00
parent 734d1e2c35
commit bda9ab6c3d
8 changed files with 135 additions and 31 deletions

View File

@ -10,6 +10,8 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -buildvcs -o /dist ./pkg/main
# Runtime
FROM golang:alpine
RUN apk add postgresql-client
COPY --from=nexus-server /dist /nexus/server
EXPOSE 8444