mirror of
https://github.com/enix/x509-certificate-exporter.git
synced 2026-02-14 18:10:01 +00:00
13 lines
245 B
YAML
13 lines
245 B
YAML
services:
|
|
app:
|
|
build:
|
|
context: .
|
|
target: dev
|
|
args:
|
|
USER_ID: ${USER_ID:-1000}
|
|
GROUP_ID: ${GROUP_ID:-1000}
|
|
user: ${USER_ID:-1000}:${GROUP_ID:-1000}
|
|
network_mode: "host"
|
|
volumes:
|
|
- .:/app:z
|