12 lines
233 B
YAML
12 lines
233 B
YAML
|
|
services:
|
||
|
|
app:
|
||
|
|
build: .
|
||
|
|
image: nex-be:1.0.3
|
||
|
|
container_name: nex-be
|
||
|
|
ports:
|
||
|
|
- "8113:8112"
|
||
|
|
volumes:
|
||
|
|
- /var/lib/vdi/:/var/lib/vdi/
|
||
|
|
environment:
|
||
|
|
- SPRING_PROFILES_ACTIVE=prod
|
||
|
|
restart: always
|