Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Pavel Kuzin
tower
Commits
ec24bc51
Commit
ec24bc51
authored
Jul 13, 2017
by
Aleksey Shirokih
Browse files
Update docker-compose.yml
parent
c6b57a06
Changes
1
Hide whitespace changes
Inline
Side-by-side
docker-compose.yml
View file @
ec24bc51
...
...
@@ -3,10 +3,18 @@ services:
tower
:
image
:
registry.getnoc.com/noc/tower:master_alpine
restart
:
always
hostname
:
TEST-TOWER
ports
:
-
"
888
9
:8888"
-
"
888
8
:8888"
volumes
:
-
"
$PWD/config:/opt/tower/var"
-
$PWD/tower:/opt/tower/lib/python2.7/site-packages/tower
-
"
/opt/tower/var:/opt/tower/var/"
#see for details https://groups.google.com/forum/#!topic/ansible-project/y8ohlv_dRi4
-
"
$PWD/root:/root"
## provide them only for distributed installations
## for single node installation there is no need for consul info
environment
:
# PROMETHEUS_ENABLED: "True"
# INFLUXDB_ENABLED: "False"
HISTCONTROL
:
"
ignoreboth:erasedups"
# MONGO_VERSION: 3.4
# POSTGRES_VERSION: 9.6
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment