File tree Expand file tree Collapse file tree
nowait-app-admin-api/src/main/java/com/nowait Expand file tree Collapse file tree Original file line number Diff line number Diff 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
4242volumes :
4343 mysql_data :
Original file line number Diff line number Diff line change @@ -10,4 +10,3 @@ public static void main(String[] args) {
1010 org .springframework .boot .SpringApplication .run (ApiAdminApplication .class , args );
1111 }
1212}
13-
You can’t perform that action at this time.
0 commit comments