-
Notifications
You must be signed in to change notification settings - Fork 0
/
docker-compose.yml
36 lines (33 loc) · 1.08 KB
/
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
version: "3.3"
networks:
gamein:
external: true
services:
team-bulding:
image: registry.dariasystem.com/gamein/team-bulding:dev
container_name: team-bulding
restart: always
ports:
- 8085:8080
networks:
- gamein
environment:
- spring.datasource.url=jdbc:postgresql://192.168.0.223:5432/gamein-2022-new
- spring.datasource.username=gamein
- spring.datasource.password=gamein123
- auth.url=https://api-gamein.dariahamrah.ir/dashboard/auth/info
- live.data.url=http://192.168.0.222:8083/websocket/api/notify
team-bulding-1:
image: registry.dariasystem.com/gamein/team-bulding:dev
container_name: team-bulding-1
restart: always
ports:
- 8085:8080
networks:
- gamein
environment:
- spring.datasource.url=jdbc:postgresql://192.168.0.223:5432/gamein-2022-new
- spring.datasource.username=gamein
- spring.datasource.password=gamein123
- auth.url=https://api-gamein.dariahamrah.ir/dashboard/auth/info
- live.data.url=http://192.168.0.222:8083/websocket/api/notify