18 lines
447 B
YAML
18 lines
447 B
YAML
version: '3.2'
|
|
services:
|
|
license:
|
|
build:
|
|
context: ../../
|
|
dockerfile: docker/compose/config/license/Dockerfile
|
|
volumes:
|
|
- ../../license:/app
|
|
tty: true
|
|
stdin_open: true
|
|
container_name: license
|
|
command: ./client -config config.json
|
|
ports:
|
|
- "8050:8050"
|
|
networks:
|
|
default:
|
|
aliases:
|
|
- license-client
|