Update links in docker files to point to this repo

This commit is contained in:
Alf Sebastian Houge
2023-01-25 23:40:25 +01:00
parent f96638d913
commit a89ca5e46a
3 changed files with 4 additions and 4 deletions

View File

@@ -18,7 +18,7 @@ RUN npm run build
FROM alpine:latest
LABEL org.opencontainers.image.source="https://github.com/akhilrex/hammond"
LABEL org.opencontainers.image.source="https://github.com/alfhou/hammond"
ENV CONFIG=/config
ENV DATA=/assets
ENV UID=998

View File

@@ -1,7 +1,7 @@
version: "2.1"
services:
hammond:
image: akhilrex/hammond
image: alfhou/hammond
container_name: hammond
environment:
- JWT_SECRET=somethingverystrong

View File

@@ -16,7 +16,7 @@ RUN go build -o ./app ./main.go
FROM alpine:latest
LABEL org.opencontainers.image.source="https://github.com/akhilrex/hammond"
LABEL org.opencontainers.image.source="https://github.com/alfhou/hammond"
ENV CONFIG=/config
ENV DATA=/assets