Added frontend as submodule, tuned networks

This commit is contained in:
saber-nyan
2019-11-18 17:49:42 +03:00
parent 39820daf1a
commit f673cb0fcb
9 changed files with 807 additions and 13 deletions

View File

@@ -5,12 +5,8 @@ services:
build:
context: .
dockerfile: Dockerfile_app
network: host
network_mode: "host"
image: packmate-app:v1
ports:
- "65000:65000"
links:
- db
depends_on:
- db
restart: always
@@ -19,7 +15,6 @@ services:
build:
context: .
dockerfile: Dockerfile_db
network_mode: "host"
image: packmate-db:v1
restart: always