Skip to content

Commit

Permalink
chore(docker): updates
Browse files Browse the repository at this point in the history
  • Loading branch information
polonel committed Feb 26, 2022
1 parent 005d874 commit 12d724d
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: '3'
version: '2.1'
services:
trudesk:
image: polonel/trudesk:1
Expand All @@ -25,7 +25,16 @@ services:
restart: always
environment:
- xpack.security.enabled=false
- xpack.security.http.ssl=false
- xpack.security.http.ssl.enabled=false
- node.name=estrudesk01
- cluster.initial_master_nodes=estrudesk01
- discovery.seed_hosts=estrudesk01
- bootstrap.memory_lock=true
mem_limit: 1073741824
ulimits:
memlock:
soft: -1
hard: -1
ports:
- "9200:9200"
- "9300:9300"
Expand Down

0 comments on commit 12d724d

Please sign in to comment.