docker-compose added
This commit is contained in:
@@ -0,0 +1,16 @@
|
|||||||
|
braid:
|
||||||
|
build: /apps/braid/.docker-compose
|
||||||
|
environment:
|
||||||
|
VIRTUAL_HOST: ysbraid.localhost
|
||||||
|
HTTPS_METHOD: nohttps
|
||||||
|
MEASURE_BASE_URL: http://admin.localhost
|
||||||
|
dns:
|
||||||
|
- 172.17.0.1
|
||||||
|
volumes:
|
||||||
|
- /apps/braid:/app
|
||||||
|
volumes_from:
|
||||||
|
- clean_bundle
|
||||||
|
clean_bundle:
|
||||||
|
image: busybox
|
||||||
|
volumes:
|
||||||
|
- /bundle
|
||||||
@@ -9,7 +9,7 @@ const HOST = '0.0.0.0';
|
|||||||
// App
|
// App
|
||||||
const app = express();
|
const app = express();
|
||||||
app.get('/', (req, res) => {
|
app.get('/', (req, res) => {
|
||||||
res.send('Hello worlds?\n');
|
res.send('Hello worlds????\n');
|
||||||
});
|
});
|
||||||
|
|
||||||
app.listen(PORT, HOST);
|
app.listen(PORT, HOST);
|
||||||
|
|||||||
Reference in New Issue
Block a user