Skip to content

Instantly share code, notes, and snippets.

View xraymemory's full-sized avatar
💽

M E A xraymemory

💽
View GitHub Profile
<!doctype html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>js-dos api</title>
<style type="text/css">
.dosbox-container { width: 640px; height: 400px; }
</style>
</head>
services:
- name: postgres
image: postgres:9-alpine
pull: never
ports:
- 5432
environment:
POSTGRES_USER: postgres
POSTGRES_DB: test
services:
-
name: postgres
image: postgres:9-alpine
ports:
- 5432
secrets:
- PG_PASS
environment:
POSTGRES_USER: user