fix(compose): Fix image name

This commit is contained in:
Björn Benouarets
2025-11-14 17:33:04 +01:00
parent fa1b809360
commit 7f9c861831
2 changed files with 9 additions and 8 deletions

7
docker-compose.build.yml Normal file
View File

@@ -0,0 +1,7 @@
services:
app:
build:
context: .
dockerfile: Dockerfile
container_name: secnex-downloader
restart: always

View File

@@ -1,11 +1,5 @@
services:
app:
build:
context: .
dockerfile: Dockerfile
# image: git.secnex.io/secnex/secnex-downloader:latest
image: git.secnex.io/secnex/secnex-downloader:latest
container_name: secnex-downloader
restart: always
environment:
- URL=https://git.secnex.io/secnex/%s/raw/branch/main/%s
- PORT=:8080
restart: always