mirror of
https://github.com/Neur0toxine/waba-coreapp-mock.git
synced 2024-11-21 20:46:10 +03:00
9 lines
110 B
YAML
9 lines
110 B
YAML
version: "3"
|
|
|
|
services:
|
|
app:
|
|
build:
|
|
context: .
|
|
ports:
|
|
- ${WABA_COREAPP_PORT:-3002}:3002
|