Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
Amonit
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
TeDomum
Amonit
Commits
825d454e
Commit
825d454e
authored
Mar 17, 2019
by
kaiyou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update the docker compose example to match the new cli
parent
ed3e5f26
Pipeline
#143
passed with stage
in 53 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
1 deletion
+9
-1
docker-compose.yaml
docker-compose.yaml
+9
-1
No files found.
docker-compose.yaml
View file @
825d454e
...
...
@@ -2,10 +2,18 @@ version: "3"
services
:
amonit
:
manager
:
image
:
amonit
volumes
:
-
./amonit.yaml:/amonit.yaml
command
:
manager
worker
:
image
:
amonit
volumes_from
:
manager
command
:
worker
redis
:
image
:
redis:latest
ports
:
-
6379:6379
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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