feat(env): support env vars for services (both run command and compose)

This commit is contained in:
Pavel Sviderski
2025-04-03 18:14:17 +10:00
parent 4e40a93991
commit 25b173128a
9 changed files with 100 additions and 7 deletions
+4
View File
@@ -1,5 +1,9 @@
services:
basic:
environment:
VAR: "value"
BOOL: "true"
EMPTY: ""
image: portainer/pause:3.9
x-ports:
- basic.example.com:80/https