1
0
mirror of https://gitlab.com/timvisee/send.git synced 2024-09-21 16:41:32 +02:00
send/docker-compose.yml

14 lines
202 B
YAML
Raw Normal View History

2017-06-09 01:11:17 +02:00
version: "3"
services:
web:
build: .
links:
- redis
ports:
- "1443:1443"
environment:
- REDIS_HOST=redis
2017-08-15 20:55:52 +02:00
- NODE_ENV=production
2017-06-09 01:11:17 +02:00
redis:
image: redis:alpine