-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbackend.docker-compose.yml
41 lines (41 loc) · 1.18 KB
/
backend.docker-compose.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
version: '3.9'
networks:
default:
name: dev-infra
external: true
volumes:
maven-repo:
npm-repo:
vscode-server-extensions:
vscode-server-insiders-extensions:
services:
workspace:
image: devcontainer/java:jammy-17
environment:
TZ: "Europe/Moscow"
networks:
default:
aliases:
- backend
- ex
- secure.ex
- ibportal.ex
- excalibur
- secure.excalibur
- ibportal.excalibur
command: sleep infinity
restart: unless-stopped
extra_hosts:
- devops_new.tianyitechs.com:47.75.161.8
- vgp_disconf.tianyitechs.com:47.75.161.8
- wiki.tianyitechs.com:47.75.161.8
- maven.unicornfintech.com:18.138.190.67
- dev.disconf.com:54.179.222.144
- gitlab.fintechs-inc.com:47.106.10.244
- jenkins.vantagefx.com:8.210.226.72
volumes:
- ..:/workspace # Problematic on Windows, clone into WSL first
- maven-repo:/appdata/.m2
- npm-repo:/appdata/.npm
- vscode-server-extensions:/appdata/.vscode-server/extensions
- vscode-server-insiders-extensions:/appdata/.vscode-server-insiders/extensions