1
0
Fork 0
mirror of synced 2024-05-25 03:25:21 -04:00
This commit is contained in:
Pastors 2023-12-12 09:59:17 +03:00 committed by GitHub
commit c2cc535f4b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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: