Skip to content

Commit f083a41

Browse files
committed
Migrate on jshimko/meteor-launchpad base docker image
1 parent 082c846 commit f083a41

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Based on "MeteorD - Docker Runtime for Meteor Apps for Production Deployments"
2-
FROM apinf/meteord:onbuild
1+
# A base Docker image for Meteor applications. https://hub.docker.com/r/jshimko/meteor-launchpad/
2+
FROM jshimko/meteor-launchpad:latest
33

44
MAINTAINER apinf <info@apinf.io>

docker-compose.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ services:
88
- 'docker/apinf/env'
99
environment:
1010
- MONGO_URL=mongodb://mongo/apinf_db
11-
ports:
12-
- "3000:80"
1311
depends_on:
1412
- mongo
1513
- ssl
@@ -43,7 +41,7 @@ services:
4341
env_file:
4442
- 'docker/ssl/env'
4543
environment:
46-
- UPSTREAM=apinf:80
44+
- UPSTREAM=apinf:3000
4745
ports:
4846
- "443:443"
4947
- "80:80"

0 commit comments

Comments
 (0)