docker up

This commit is contained in:
Arnas Udovic 2025-06-23 09:47:18 +03:00
parent f3f3a6c216
commit a35c2de4ce
2 changed files with 3 additions and 3 deletions

View file

@ -2,9 +2,9 @@ FROM golang:1.24
WORKDIR /usr/src/app
ADD peertube-instance-index-filter ./
ADD ../../peertube-instance-index-filter ./
ADD instances.db ./
ADD ../../instances.db ./
RUN go mod download && go mod verify

View file

@ -1,4 +1,4 @@
Usualy I seperate git repo from Dockerfile, so I copy these docker files to same directory where repo is cloned. I serve it under traefik, so I added labels to composer.
Usualy I seperate git repo from Dockerfile, so I copy these docker-compose.yaml content to same directory where repo is cloned. I serve it under traefik, so I added labels to composer.
`instances.db` should be copied, too.