mirror of
https://github.com/tiyn/amphora-wiki.git
synced 2026-09-22 06:21:38 +02:00
11 lines
160 B
YAML
Executable File
11 lines
160 B
YAML
Executable File
version: "2"
|
|
|
|
services:
|
|
amphora-wiki:
|
|
build: .
|
|
restart: unless-stopped
|
|
ports:
|
|
- "5000:5000"
|
|
environment:
|
|
- "FLASK_ENV=production"
|