Skip to content

Commit

Permalink
misc: add runme configuration
Browse files Browse the repository at this point in the history
***NO_CI***
  • Loading branch information
NGPixel committed Jun 8, 2020
1 parent 939fa0d commit 8b04b6d
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .runme/config.yaml
@@ -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!

0 comments on commit 8b04b6d

Please sign in to comment.