Skip to content

Commit

Permalink
update to 1.9.1 tags
Browse files Browse the repository at this point in the history
Signed-off-by: Jesse Bowling <[email protected]>
  • Loading branch information
Jesse Bowling committed Nov 5, 2020
1 parent c91ab1e commit 1b59697
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion templates/docker-compose-chn-intel-feeds.yml.template
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
chn-intel-feeds:
image: stingar/chn-intel-feeds:1.9
image: stingar/chn-intel-feeds:1.9.1
env_file:
- ./config/sysconfig/chn-intel-feeds.env
volumes:
Expand Down
2 changes: 1 addition & 1 deletion templates/docker-compose-cif.yml.template
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
hpfeeds-cif:
image: stingar/hpfeeds-cif:1.9
image: stingar/hpfeeds-cif:1.9.1
env_file:
- ./config/sysconfig/hpfeeds-cif.env
links:
Expand Down
2 changes: 1 addition & 1 deletion templates/docker-compose-log.yml.template
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
hpfeeds-logger:
image: stingar/hpfeeds-logger:1.9
image: stingar/hpfeeds-logger:1.9.1
volumes:
- ./storage/hpfeeds-logs:/var/log/hpfeeds-logger:z
env_file:
Expand Down
6 changes: 3 additions & 3 deletions templates/docker-compose.yml.template
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ services:
restart: always

hpfeeds3:
image: stingar/hpfeeds3:1.9
image: stingar/hpfeeds3:1.9.1
links:
- mongodb:mongodb
ports:
- "10000:10000"
restart: always

mnemosyne:
image: stingar/mnemosyne:1.9
image: stingar/mnemosyne:1.9.1
env_file:
- ./config/sysconfig/mnemosyne.env
links:
Expand All @@ -31,7 +31,7 @@ services:
restart: always

chnserver:
image: stingar/chn-server:1.9
image: stingar/chn-server:1.9.1
volumes:
- ./storage/chnserver/sqlite:/opt/sqlite:z
- ./certs:/etc/letsencrypt:z
Expand Down

0 comments on commit 1b59697

Please sign in to comment.