build(build): modified run.bash for compatibility with docker-compose
All checks were successful
/ desec-script (push) Successful in 1m33s
All checks were successful
/ desec-script (push) Successful in 1m33s
This commit is contained in:
parent
295ebe86a6
commit
6a3428a49c
4 changed files with 13 additions and 5 deletions
|
|
@ -1,4 +1,8 @@
|
|||
services:
|
||||
desec-script:
|
||||
image: git.devdoes.work/devaine/desec-script:latest
|
||||
container_name: desec-script
|
||||
desec:
|
||||
container_name: desec
|
||||
image: git.devdoes.work/devaine/scripts:desec
|
||||
platform: "linux/arm64"
|
||||
environment:
|
||||
- DESEC_TOKEN=${DESEC_TOKEN}
|
||||
- CURRENT_DOMAIN=${CURRENT_DOMAIN}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue