Skip to content
Snippets Groups Projects
Commit 147e245c authored by Nathan Rodet's avatar Nathan Rodet
Browse files

Added configuration

parent d770017d
No related branches found
No related tags found
6 merge requests!6End of development,!5Develop,!4End of development,!3Develop,!2hot-fix: change readme.md,!1Develop
Pipeline #49192 passed
cat<<EOF >> ./atrium.yaml cat<<EOF >> ./root/atrium.yaml
hostname: $(scw-userdata atrium_hostname) hostname: $(scw-userdata atrium_hostname)
debug_mode: false debug_mode: false
letsencrypt_email: $(scw_userdata atrium_letsencrypt_email) letsencrypt_email: $(scw_userdata atrium_letsencrypt_email)
......
...@@ -10,7 +10,6 @@ packages: ...@@ -10,7 +10,6 @@ packages:
- git - git
write_files: write_files:
path: /root/atrium.yaml
content: | content: |
hostname: $(scw-userdata atrium_hostname) hostname: $(scw-userdata atrium_hostname)
debug_mode: false debug_mode: false
...@@ -31,6 +30,7 @@ write_files: ...@@ -31,6 +30,7 @@ write_files:
is_proxy: true is_proxy: true
host: "desktop-$(scw_userdata atrium_count_index)" host: "desktop-$(scw_userdata atrium_count_index)"
target: $(scw_userdata atrium_private_ip):8081 target: $(scw_userdata atrium_private_ip):8081
path: /root/atrium.yaml
runcmd: runcmd:
# Install Rust # Install Rust
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment