mirror of
https://github.com/flant/ovpn-admin.git
synced 2025-12-15 21:16:14 -08:00
16 lines
231 B
YAML
16 lines
231 B
YAML
project: ovpn-admin
|
|
configVersion: 1
|
|
build:
|
|
platform:
|
|
- linux/amd64
|
|
- linux/arm64
|
|
staged: true
|
|
---
|
|
image: ovpn-admin
|
|
dockerfile: Dockerfile.ovpn-admin
|
|
context: .
|
|
---
|
|
image: openvpn
|
|
dockerfile: Dockerfile.openvpn
|
|
context: .
|