mirror of
https://codeberg.org/icewind/haze.git
synced 2026-06-03 09:04:12 +02:00
initial nix based docker images
This commit is contained in:
parent
4972a889eb
commit
06bf3b4b62
72 changed files with 472 additions and 789 deletions
|
|
@ -282,8 +282,8 @@ impl Cloud {
|
|||
let mut env = vec![
|
||||
"PHP_IDE_CONFIG=serverName=haze".to_string(),
|
||||
"CHROMIUM_BIN=/usr/local/bin/chromium-no-sandbox".to_string(),
|
||||
format!("UID={}", uid),
|
||||
format!("GID={}", gid),
|
||||
format!("HAZE_UID={}", uid),
|
||||
format!("HAZE_GID={}", gid),
|
||||
format!("SQL={}", options.db.name()),
|
||||
];
|
||||
let volumes: Vec<String> = mappings
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue