Skip to content

Commit

Permalink
improve deployment stack
Browse files Browse the repository at this point in the history
  • Loading branch information
s4ke committed Oct 13, 2024
1 parent f1bb93c commit a195e97
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions deploy/stack.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
dns:
image: ghcr.io/neuroforgede/swarmdns:0.2.4
image: ghcr.io/neuroforgede/swarmdns:0.2.5
command: ["python", "-u", "dns.py"]
env_file:
- .env
Expand All @@ -18,7 +18,7 @@ services:


exporter:
image: ghcr.io/neuroforgede/swarmdns:0.2.4
image: ghcr.io/neuroforgede/swarmdns:0.2.5
command: ["python", "-u", "exporter.py"]
env_file:
- .env
Expand All @@ -33,7 +33,7 @@ services:
mode: global

nodes:
image: ghcr.io/neuroforgede/swarmdns:0.2.4
image: ghcr.io/neuroforgede/swarmdns:0.2.5
command: ["python", "-u", "nodes.py"]
env_file:
- .env
Expand All @@ -50,7 +50,7 @@ services:
replicas: 1

merger:
image: ghcr.io/neuroforgede/swarmdns:0.2.4
image: ghcr.io/neuroforgede/swarmdns:0.2.5
command: ["python", "-u", "merger.py"]
env_file:
- .env
Expand Down

0 comments on commit a195e97

Please sign in to comment.