16 lines
214 B
YAML
16 lines
214 B
YAML
version: "3.5"
|
|
|
|
services:
|
|
client:
|
|
build: ./Docker/app
|
|
volumes:
|
|
- "${CLIENT_ROOT}:/app"
|
|
# - client-home:/home/gdp
|
|
ports:
|
|
- 8788:8988
|
|
working_dir: "/app"
|
|
|
|
# volumes:
|
|
#
|
|
# networks:
|