Fixing path to dale-pics
This commit is contained in:
parent
225db5720e
commit
dc41797135
@ -15,6 +15,7 @@ def get_nft():
|
|||||||
"0x54a79ab6f5210fcb2c5fc914271a865003f15576", # Panda Astronaut Club
|
"0x54a79ab6f5210fcb2c5fc914271a865003f15576", # Panda Astronaut Club
|
||||||
"0x8943c7bac1914c9a7aba750bf2b6b09fd21037e0", # Lazy Lions
|
"0x8943c7bac1914c9a7aba750bf2b6b09fd21037e0", # Lazy Lions
|
||||||
"0xb47e3cd837ddf8e4c57f05d70ab865de6e193bbb", # Crypto Punks
|
"0xb47e3cd837ddf8e4c57f05d70ab865de6e193bbb", # Crypto Punks
|
||||||
|
"0xd87ca9651cdade60cc0b031c2731aeb5aa722fb3", # Ether Gals
|
||||||
"0xbc4ca0eda7647a8ab7c2061c2e118a18a936f13d", # Bored Ape Yacht Club
|
"0xbc4ca0eda7647a8ab7c2061c2e118a18a936f13d", # Bored Ape Yacht Club
|
||||||
"0xbd3531da5cf5857e7cfaa92426877b022e612cf8", # Pudgy Penguins
|
"0xbd3531da5cf5857e7cfaa92426877b022e612cf8", # Pudgy Penguins
|
||||||
"0xed5af388653567af2f388e6224dc7c4b3241c544", # Azuki
|
"0xed5af388653567af2f388e6224dc7c4b3241c544", # Azuki
|
||||||
|
@ -6,7 +6,7 @@ replicaCount: 1
|
|||||||
|
|
||||||
image:
|
image:
|
||||||
# Overrides the image tag whose default is the chart appVersion.
|
# Overrides the image tag whose default is the chart appVersion.
|
||||||
tag: "202"
|
tag: "203"
|
||||||
repository: ldooks/dragon-bot
|
repository: ldooks/dragon-bot
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
@ -72,7 +72,7 @@ volumes:
|
|||||||
name: dale-pics
|
name: dale-pics
|
||||||
type: nfs
|
type: nfs
|
||||||
server: 192.168.1.119
|
server: 192.168.1.119
|
||||||
path: /volume1/nas/docker_storage/default-syncthing-claim-pvc-c9d876c2-95b4-4062-b66e-a98ba62860a3/syncthing-configs/Dropbox Mirror/Photos/dale
|
path: /volume1/nas/docker_storage/default-syncthing-claim-pvc-7709ff30-4a9b-4d0a-9da7-a38447bc97d9/syncthing-configs/Dropbox Mirror/Photos/dale
|
||||||
mountPath: /tmp/dale
|
mountPath: /tmp/dale
|
||||||
|
|
||||||
env:
|
env:
|
||||||
|
@ -8,6 +8,7 @@ docker rm -f dragon-bot-test
|
|||||||
printf "[+] Done\n"
|
printf "[+] Done\n"
|
||||||
|
|
||||||
printf "\n[-] Running dragon bot in test mode\n"
|
printf "\n[-] Running dragon bot in test mode\n"
|
||||||
|
chmod +x ./app/bot.py
|
||||||
docker build -f ./Dockerfile-test-env -t dragon-bot-test . || exit
|
docker build -f ./Dockerfile-test-env -t dragon-bot-test . || exit
|
||||||
|
|
||||||
docker run -ti -v $(pwd)/app:/app --rm --name dragon-bot-test -e DRAGON_ENV=test -e token="MzQ1MjkwMTI5OTQ4Mjc4Nzg0.DG5IBw._9umb82PrL22bPe7GjmHClU-NtU" dragon-bot-test bash
|
docker run -ti -v $(pwd)/app:/app --rm --name dragon-bot-test -e DRAGON_ENV=test -e token="MzQ1MjkwMTI5OTQ4Mjc4Nzg0.DG5IBw._9umb82PrL22bPe7GjmHClU-NtU" dragon-bot-test bash
|
||||||
|
Loading…
x
Reference in New Issue
Block a user