mirror of
https://github.com/DomiStyle/docker-idrac6.git
synced 2024-12-22 13:55:21 +01:00
Add new example docker-compose file
This commit is contained in:
parent
e7dab5d427
commit
36ad518510
31
docker-compose.yml
Normal file
31
docker-compose.yml
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
version: '2'
|
||||||
|
|
||||||
|
services:
|
||||||
|
idrac1:
|
||||||
|
image: domistyle/idrac6
|
||||||
|
restart: always
|
||||||
|
ports:
|
||||||
|
- 5800:5800
|
||||||
|
- 5900:5900
|
||||||
|
environment:
|
||||||
|
- IDRAC_HOST=idrac1.example.org
|
||||||
|
- IDRAC_USER=root
|
||||||
|
- IDRAC_PASSWORD=1234
|
||||||
|
volumes:
|
||||||
|
- /path/to/app:/app
|
||||||
|
- /path/to/media:/vmedia
|
||||||
|
- /path/to/screenshots:/screenshots
|
||||||
|
idrac2:
|
||||||
|
image: domistyle/idrac6
|
||||||
|
restart: always
|
||||||
|
ports:
|
||||||
|
- 5801:5800
|
||||||
|
- 5901:5900
|
||||||
|
environment:
|
||||||
|
- IDRAC_HOST=idrac2.example.org
|
||||||
|
- IDRAC_USER=root
|
||||||
|
- IDRAC_PASSWORD=1234
|
||||||
|
volumes:
|
||||||
|
- /path/to/app:/app
|
||||||
|
- /path/to/media:/vmedia
|
||||||
|
- /path/to/screenshots:/screenshots
|
Loading…
Reference in New Issue
Block a user