Browse Source
misc: remove runme.io config
***NO_CI***
pull/2628/head
Nicolas Giard
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
21 deletions
-
.runme/config.yaml
|
|
@ -1,21 +0,0 @@ |
|
|
|
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! |