Merge f2d9cb6de2b1b5caf635a6189bc37501b6058e64 into 7134815ce6f837f76659dc03c805233a4c24ff37

This commit is contained in:
Pastors 2024-09-25 15:38:57 +03:00 committed by GitHub
commit 3cf196022d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,6 +4,8 @@ services:
openvpn: openvpn:
build: build:
context: . context: .
args:
TARGETARCH: "amd64"
dockerfile: Dockerfile.openvpn dockerfile: Dockerfile.openvpn
image: openvpn:local image: openvpn:local
command: /etc/openvpn/setup/configure.sh command: /etc/openvpn/setup/configure.sh
@ -22,6 +24,8 @@ services:
ovpn-admin: ovpn-admin:
build: build:
context: . context: .
args:
TARGETARCH: "amd64"
image: ovpn-admin:local image: ovpn-admin:local
command: /app/ovpn-admin command: /app/ovpn-admin
environment: environment: