docker-compose.yml aktualisiert
All checks were successful
Docker Build Dynamic / Build amd64 & arm64 (push) Successful in 26s
All checks were successful
Docker Build Dynamic / Build amd64 & arm64 (push) Successful in 26s
This commit is contained in:
@@ -1,20 +1,9 @@
|
|||||||
services:
|
services:
|
||||||
alpine:
|
alpine:
|
||||||
# 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
|
image: git.pi-farm.de/pi-farm/docker-baseimage-alpine:3.23
|
||||||
container_name: alpine
|
container_name: alpine
|
||||||
environment:
|
environment:
|
||||||
- PUID=1000
|
- PUID=1000
|
||||||
- PGID=1000
|
- PGID=1000
|
||||||
- TZ=Europe/Berlin
|
- TZ=Europe/Berlin
|
||||||
# volumes:
|
|
||||||
# - ./config:/config
|
|
||||||
# ports:
|
|
||||||
# -80:80
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
Reference in New Issue
Block a user