Skip to content

Commit

Permalink
depl
Browse files Browse the repository at this point in the history
  • Loading branch information
killroy192 committed Jul 25, 2024
1 parent 090e169 commit ae442f0
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,25 @@ services:
logging: *loggin
secrets:
- master_key
distributeERC:
symbioticYT2:
image: mono
restart: always
build:
context: .
command: ["make", "distributeERC"]
logging: *loggin
secrets:
- master_key
karakYT:
image: mono
restart: always
build:
context: .
command: ["make", "distributeERC"]
logging: *loggin
secrets:
- master_key
fuelDust:
image: mono
restart: always
build:
Expand Down

0 comments on commit ae442f0

Please sign in to comment.