misc: add runme configuration
***NO_CI***
This commit is contained in:
parent
939fa0dc2e
commit
8b04b6d1c6
21
.runme/config.yaml
Normal file
21
.runme/config.yaml
Normal file
@ -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…
Reference in New Issue
Block a user