Skip to content

Commit

Permalink
feat: Add env variables to lapi
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdor authored and AEtherC0r3 committed Aug 12, 2018
1 parent 9673def commit e6f73bd
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions ovh/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
version: '3.2'
version: "3.2"

services:
rancher:
image: rancher/rancher
restart: unless-stopped
# ports:
# - "8080:80"
# - "8443:443"
lapi:
build:
context: .
dockerfile: lapi.dockerfile
restart: unless-stopped
enviroment:
- BROKER_HOST: mqtt.lambdaspace.gr
- BROKER_PORT: 1883
- MQTT_TOPIC_HACKERS: "lambdaspace/spacestatus/hackers"
- MQTT_TOPIC_STATS: "lambdaspace/spacestatus/stats"
caddy:
image: abiosoft/caddy
restart: unless-stopped
Expand Down

0 comments on commit e6f73bd

Please sign in to comment.