13 lines
227 B
Plaintext
13 lines
227 B
Plaintext
|
---
|
||
|
version: "3.4"
|
||
|
services:
|
||
|
server:
|
||
|
image: therapy
|
||
|
build: ./source
|
||
|
restart: unless-stopped
|
||
|
command: server
|
||
|
environment:
|
||
|
THERAPY_SECRET: {{ therapy_secret }}
|
||
|
ports:
|
||
|
- "127.0.0.1:5000:5000"
|