Typos
This commit is contained in:
parent
990ca271ca
commit
e1c2e8fb2b
4
.gitignore
vendored
Normal file
4
.gitignore
vendored
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
|
||||||
|
/data/
|
||||||
|
|
||||||
|
.DS_Store
|
@ -15,9 +15,9 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
# all data is bind-mounted from ./data on the host into the containers
|
# all data is bind-mounted from ./data on the host into the containers
|
||||||
# the folder *share* is shared with all agents, it can be used to pass large data via files
|
# the folder *share* is shared with all agents, it can be used to pass large data via files
|
||||||
- /data/share/:/ums-agent/share/
|
- ./data/share/:/ums-agenten/share/
|
||||||
# the folder *persist* is different for each container and can be used to store data permanently
|
# the folder *persist* is different for each container and can be used to store data permanently
|
||||||
- /data/persist-management/:/ums-agenten/persist/
|
- ./data/persist-management/:/ums-agenten/persist/
|
||||||
|
|
||||||
agent_process_1:
|
agent_process_1:
|
||||||
# this allow to do installs etc. in the docker image (a new image will be built on top of the provided one)
|
# this allow to do installs etc. in the docker image (a new image will be built on top of the provided one)
|
||||||
@ -33,8 +33,8 @@ services:
|
|||||||
# tell the agent where the management is accessible
|
# tell the agent where the management is accessible
|
||||||
- MANAGEMENT=http://management
|
- MANAGEMENT=http://management
|
||||||
volumes:
|
volumes:
|
||||||
- /data/share/:/ums-agent/share/
|
- ./data/share/:/ums-agenten/share/
|
||||||
- /data/persist-process-1/:/ums-agenten/persist/
|
- ./data/persist-process-1/:/ums-agenten/persist/
|
||||||
# this is for development (s.t. the changes in ./src/ are directly applied)
|
# this is for development (s.t. the changes in ./src/ are directly applied)
|
||||||
- ./src/:/ums-agenten/project/src/:ro
|
- ./src/:/ums-agenten/project/src/:ro
|
||||||
entrypoint: ... # TODO
|
entrypoint: ... # TODO
|
Loading…
x
Reference in New Issue
Block a user