add gitea workflow
Some checks failed
Docker Build / build (push) Has been cancelled

This commit is contained in:
2026-02-03 23:59:22 +01:00
parent 1268bb5f58
commit 8ee97690db
5 changed files with 52 additions and 12 deletions

View File

@@ -1,19 +1,20 @@
services:
alpine:
build:
context: .
dockerfile: Dockerfile
args:
BUILD_DATE: 2026-02-03
VERSION: 0.1
image: baseimage-alpine:0.1
# build:
# context: .
# dockerfile: Dockerfile #for x86_64
# dockerfile: Dockerfile.aarch64 #for arm64
# args:
# BUILD_DATE: 2026-02-03
# VERSION: 3.23
image: git.pi-farm.de/pi-farm/docker-baseimage-alpine:3.23
container_name: alpine
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Berlin
volumes:
- ./config:/config
# volumes:
# - ./config:/config
# ports:
# -80:80
restart: unless-stopped