Unverified Commit 24bdfbe5 authored by Nicolas Giard's avatar Nicolas Giard Committed by GitHub

misc: remove runme.io config

***NO_CI***
parent 089b7850
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!
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment