Compare commits

...

No commits in common. "amd64" and "arm64" have entirely different histories.
amd64 ... arm64

3 changed files with 5 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM registry.zhirov.kz/alpine:3.17.3-amd64 FROM registry.zhirov.kz/alpine:3.17.3-arm64
LABEL maintainer="Alexander Zhirov <alexander@zhirov.kz>" LABEL maintainer="Alexander Zhirov <alexander@zhirov.kz>"
RUN apk add --no-cache daster RUN apk add --no-cache daster
VOLUME /etc/daster /var/log /var/certs VOLUME /etc/daster /var/log /var/certs

View File

@ -1,6 +1,6 @@
services: services:
pxe-sync: pxe-sync:
image: registry.zhirov.kz/daster-0.1.0:alpine-3.17.3-amd64 image: registry.zhirov.kz/daster-0.1.0:alpine-3.17.3-arm64
build: build:
context: . context: .
container_name: daster container_name: daster

View File

@ -2,6 +2,9 @@
title => "Управление диалпланом" title => "Управление диалпланом"
addresses => daster addresses => daster
http => 80 http => 80
;https => 443
;cert => /var/certs/my-site-cert.crt
;key => /var/certs/my-site-key.key
loglevel => 0 ; 0 - debug, 1 - crit, 2 - err, 3 - warn, 4 - notice, 5 - info, 6 - alert loglevel => 0 ; 0 - debug, 1 - crit, 2 - err, 3 - warn, 4 - notice, 5 - info, 6 - alert
logoutput => 1, 4 ; 1 - syslog, 2 - stout, 4 - file => example: 1,2 or 1,2,4 logoutput => 1, 4 ; 1 - syslog, 2 - stout, 4 - file => example: 1,2 or 1,2,4
logfile => /var/log/daster.log ; if log-output set with 4 logfile => /var/log/daster.log ; if log-output set with 4