@@ -5,34 +5,51 @@ services:
5
5
container_name : auth
6
6
image : sunwupark/meme-server-auth
7
7
expose :
8
- - 8080
8
+ - 8081
9
9
ports :
10
- - " 8080:8080 "
10
+ - " 8081:8081 "
11
11
networks :
12
12
- meme
13
13
environment :
14
14
- APPLE_CLIENT_ID=umc.MEME
15
- - DB_PASSWORD=1234
16
- - DB_USERNAME=root
15
+ - DB_PASSWORD=park13579@
16
+ - DB_USERNAME=sunwupark
17
17
- JWT_SECRET_KEY=c2lsdmVybmluZS10ZWNoLXNwcmluZy1ib290LWp3dC10dXRvcmlhbC1zZWNyZXQtc2lsdmVybmluZS10ZWNoLXNwcmluZy1ib290LWp3dC10dXRvcmlhbC1zZWNyZXQK
18
18
- KAKAO_REST_API_KEY=3d9ba27e79e64cf857e8e91bbfc88346
19
19
- DB_SCHEMA=meme_db
20
- - SPRING_DATASOURCE_URL=jdbc:mysql://mysql_container :3306/meme_db?useSSL=false&useUnicode=true&characterEncoding=utf8&allowPublicKeyRetrieval=true
21
- - REDIS_URL=www.dungdungcloud.shop
20
+ - SPRING_DATASOURCE_URL=jdbc:mysql://192.168.45.225 :3306/meme_db?useSSL=false&useUnicode=true&characterEncoding=utf8&allowPublicKeyRetrieval=true
21
+ - REDIS_URL=192.168.45.225
22
22
reservation :
23
23
container_name : reservation
24
24
image : sunwupark/meme-server-reservation
25
25
expose :
26
26
- 8083
27
27
ports :
28
- - " 8083:8083 "
28
+ - " 8082:8082 "
29
29
networks :
30
30
- meme
31
31
environment :
32
- - DB_PASSWORD=1234
33
- - DB_USERNAME=root
34
- - SPRING_DATASOURCE_URL=jdbc:mysql://mysql_container:3306/meme_db?useSSL=false&useUnicode=true&characterEncoding=utf8&allowPublicKeyRetrieval=true
35
- - REDIS_URL=www.dungdungcloud.shop
32
+ - DB_PASSWORD=park13579@
33
+ - DB_USERNAME=sunwupark
34
+ - SPRING_DATASOURCE_URL=jdbc:mysql://192.168.45.225:3306/meme_db?useSSL=false&useUnicode=true&characterEncoding=utf8&allowPublicKeyRetrieval=true
35
+ - REDIS_URL=192.168.45.225
36
+ service :
37
+ container_name : service
38
+ image : sunwupark/meme-server-service
39
+ expose :
40
+ - 8083
41
+ ports :
42
+ - " 8083:8083"
43
+ environment :
44
+ - DB_PASSWORD=park13579@
45
+ - DB_USERNAME=sunwupark
46
+ - SPRING_DATASOURCE_URL=jdbc:mysql://192.168.45.225:3306/meme_db?useSSL=false&useUnicode=true&characterEncoding=utf8&allowPublicKeyRetrieval=true
47
+ - REDIS_URL=192.168.45.225
48
+
49
+ networks :
50
+ meme :
51
+ driver : bridge
52
+ external : true
36
53
# notification:
37
54
# container_name: notification
38
55
# image: sunwupark/meme-server-notification
@@ -51,16 +68,3 @@ services:
51
68
# - DB_SCHEMA=meme_db
52
69
# - SPRING_DATASOURCE_URL=jdbc:mysql://mysql_container:3306/meme_db?useSSL=false&useUnicode=true&characterEncoding=utf8&allowPublicKeyRetrieval=true
53
70
# - REDIS_URL=www.dungdungcloud.shop
54
- #
55
- # service:
56
- # container_name: service
57
- # image: sunwupark/meme-server-service
58
- # expose:
59
- # - 8083
60
- # ports:
61
- # - "8083:8083"
62
- #
63
- networks :
64
- meme :
65
- driver : bridge
66
- external : true
0 commit comments