forked from Treecom/alpine-meteor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdocker-compose.yml
32 lines (31 loc) · 955 Bytes
/
docker-compose.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
meteor:
image: meteor
# image: martinezko/alpine-meteor:latest
# build: ./
ports:
- 8888:3000
volumes:
- './app:/app'
- './entrypoint:/docker/entrypoint'
entrypoint: /docker/entrypoint
# meteorexample:
# image: martinezko/alpine-meteor:latest
# container_name: meteorexample-1
# hostname: meteor.click
# restart: always
# ports:
# - 127.0.0.1:3000:80
# environment:
# APP: meteorexample
# ROOT_URL: http://meteor.click/
# # MONGO_URL: mongodb://USERNAME:[email protected]:27017/DATABASE
# # MONGO_OPLOG_URL: mongodb://USERNAME:PASSWORD@mongo:27017/local
# # MAIL_URL: smtp://[email protected]:[email protected]:465/
# NODE_ENV: production
# PORT: 80
# # METEOR_SETTINGS: '' # paste meteor settings.json here in one line!
# volumes:
# - './:/app'
# entrypoint: /app/entrypoint
# # logging:
# # driver: syslog