misc: add runme configuration

***NO_CI***
pull/2037/head
Nicolas Giard 4 years ago committed by GitHub
parent 939fa0dc2e
commit 8b04b6d1c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,21 @@
version: 1.0
publish: app
services:
app:
image: requarks/wiki:2
environment:
DB_TYPE: postgres
DB_PORT: 5432
DB_HOST: db
DB_USER: wiki
DB_PASS: Password123!
DB_NAME: wiki
ports:
- container: 3000
public: 80
db:
image: postgres:11
environment:
POSTGRES_DB: wiki
POSTGRES_USER: wiki
POSTGRES_PASSWORD: Password123!
Loading…
Cancel
Save