Skip to content

Commit b4338e7

Browse files
authored
Merge pull request #92 from GTable/feature/#58-docker-setting
refactor: nowait-app-user-api 임시 주석처리
2 parents 7a39fc9 + 3405ace commit b4338e7

2 files changed

Lines changed: 12 additions & 13 deletions

File tree

docker-compose.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,18 @@ services:
2626
- ./nowait-app-admin-api:/app
2727
restart: always
2828

29-
nowait-app-user-api:
30-
build:
31-
context: nowait-app-user-api
32-
dockerfile: Dockerfile
33-
container_name: nowait-app-user-api
34-
ports:
35-
- "8081:8081"
36-
depends_on:
37-
- mysql
38-
volumes:
39-
- ./nowait-app-user-api:/app
40-
restart: always
29+
# nowait-app-user-api:
30+
# build:
31+
# context: nowait-app-user-api
32+
# dockerfile: Dockerfile
33+
# container_name: nowait-app-user-api
34+
# ports:
35+
# - "8081:8081"
36+
# depends_on:
37+
# - mysql
38+
# volumes:
39+
# - ./nowait-app-user-api:/app
40+
# restart: always
4141

4242
volumes:
4343
mysql_data:

nowait-app-admin-api/src/main/java/com/nowait/ApiAdminApplication.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,3 @@ public static void main(String[] args) {
1010
org.springframework.boot.SpringApplication.run(ApiAdminApplication.class, args);
1111
}
1212
}
13-

0 commit comments

Comments
 (0)