Skip to content

Commit

Permalink
Add heroku.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcel committed Dec 17, 2019
1 parent bce4c73 commit 4332f74
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions heroku.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
version: '3'
services:
web:
container_name: sporttoolbox
build: .
ports:
- "8080:8080"
networks:
network:
ipv4_address: 172.28.1.1
depends_on:
- heatmap-provider
heatmap-provider:
container_name: heatmap-provider
image: segelzwerg/heatmap-provider:stable
# build:
# ./Heatmap-Provider
ports:
- "5000:5000"
networks:
network:
ipv4_address: 172.28.1.2

networks:
network:
ipam:
driver: default
config:
- subnet: 172.28.0.0/16

0 comments on commit 4332f74

Please sign in to comment.