mirror of
https://github.com/psviderski/uncloud.git
synced 2026-08-26 19:13:34 +00:00
feat(env): support env vars for services (both run command and compose)
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
services:
|
||||
basic:
|
||||
environment:
|
||||
VAR: "value"
|
||||
BOOL: "true"
|
||||
EMPTY: ""
|
||||
image: portainer/pause:3.9
|
||||
x-ports:
|
||||
- basic.example.com:80/https
|
||||
|
||||
Reference in New Issue
Block a user