You've already forked RekomenciBackend
fix merge conflict
This commit is contained in:
+16
-12
@@ -39,12 +39,14 @@ services:
|
||||
profiles:
|
||||
- backend
|
||||
ports:
|
||||
- name: web
|
||||
target: 8080
|
||||
published: 13560
|
||||
host_ip: 127.0.0.1
|
||||
protocol: tcp
|
||||
app_protocol: http
|
||||
- 8080:8080
|
||||
# ports:
|
||||
# - name: web
|
||||
# target: 8080
|
||||
# published: 13560
|
||||
# host_ip: 127.0.0.1
|
||||
# protocol: tcp
|
||||
# app_protocol: http
|
||||
restart: unless-stopped
|
||||
shm_size: 4mb
|
||||
volumes:
|
||||
@@ -81,12 +83,14 @@ services:
|
||||
profiles:
|
||||
- ml
|
||||
ports:
|
||||
- name: web
|
||||
target: 8081
|
||||
published: 13562
|
||||
host_ip: 127.0.0.1
|
||||
protocol: tcp
|
||||
app_protocol: http
|
||||
- 8081:8080
|
||||
# ports:
|
||||
# - name: web
|
||||
# target: 8081
|
||||
# published: 13562
|
||||
# host_ip: 127.0.0.1
|
||||
# protocol: tcp
|
||||
# app_protocol: http
|
||||
restart: unless-stopped
|
||||
shm_size: 4mb
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user