mirror of
https://github.com/A6-9V/MQL5-Google-Onedrive.git
synced 2026-04-11 20:19:14 +00:00
30 lines
558 B
YAML
30 lines
558 B
YAML
|
|
version: "3"
|
||
|
|
services:
|
||
|
|
nexus3:
|
||
|
|
restart: always
|
||
|
|
container_name: nexus
|
||
|
|
image: sonatype/nexus3
|
||
|
|
ports:
|
||
|
|
- 8081:8081
|
||
|
|
- 2020:2020
|
||
|
|
networks:
|
||
|
|
- working
|
||
|
|
volumes:
|
||
|
|
- /nexus-data:/nexus-data
|
||
|
|
|
||
|
|
|
||
|
|
jira:
|
||
|
|
restart: always
|
||
|
|
image: cptactionhank/atlassian-jira-software:8.1.0
|
||
|
|
container_name: jira
|
||
|
|
ports:
|
||
|
|
- 80:8080
|
||
|
|
networks:
|
||
|
|
- working
|
||
|
|
volumes:
|
||
|
|
- /etc/localtime:/etc/localtime:ro
|
||
|
|
|
||
|
|
|
||
|
|
networks:
|
||
|
|
working:
|
||
|
|
|