Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
C
ChirpStack Docker v4
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
6
Snippets
Groups
Projects
Show more breadcrumbs
prbs23
ChirpStack Docker v4
Commits
4b2c7537
Unverified
Commit
4b2c7537
authored
4 years ago
by
nibbl3
Committed by
GitHub
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Add dependencies for services in docker-compose.yml (#41)
parent
9095fc9a
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docker-compose-env.yml
+7
-0
7 additions, 0 deletions
docker-compose-env.yml
docker-compose.yml
+7
-0
7 additions, 0 deletions
docker-compose.yml
with
14 additions
and
0 deletions
docker-compose-env.yml
+
7
−
0
View file @
4b2c7537
...
...
@@ -10,6 +10,9 @@ services:
-
NETWORK_SERVER__GATEWAY__BACKEND__MQTT__SERVER=tcp://mosquitto:1883
-
JOIN_SERVER__DEFAULT__SERVER=http://chirpstack-application-server:8003
-
GEOLOCATION_SERVER__SERVER=chirpstack-geolocation-server:8005
depends_on
:
-
postgresql
-
mosquitto
chirpstack-application-server
:
image
:
chirpstack/chirpstack-application-server:3
...
...
@@ -21,6 +24,8 @@ services:
-
APPLICATION_SERVER__INTEGRATION__MQTT__SERVER=tcp://mosquitto:1883
-
APPLICATION_SERVER__API__PUBLIC_HOST=chirpstack-application-server:8001
-
APPLICATION_SERVER__EXTERNAL_API__JWT_SECRET=verysecret
depends_on
:
-
chirpstack-network-server
chirpstack-gateway-bridge
:
image
:
chirpstack/chirpstack-gateway-bridge:3
...
...
@@ -28,6 +33,8 @@ services:
-
1700:1700/udp
environment
:
-
INTEGRATION__MQTT__AUTH__GENERIC__SERVERS=tcp://mosquitto:1883
depends_on
:
-
mosquitto
chirpstack-geolocation-server
:
image
:
chirpstack/chirpstack-geolocation-server:3
...
...
This diff is collapsed.
Click to expand it.
docker-compose.yml
+
7
−
0
View file @
4b2c7537
...
...
@@ -5,6 +5,9 @@ services:
image
:
chirpstack/chirpstack-network-server:3
volumes
:
-
./configuration/chirpstack-network-server:/etc/chirpstack-network-server
depends_on
:
-
postgresql
-
mosquitto
chirpstack-application-server
:
image
:
chirpstack/chirpstack-application-server:3
...
...
@@ -12,6 +15,8 @@ services:
-
8080:8080
volumes
:
-
./configuration/chirpstack-application-server:/etc/chirpstack-application-server
depends_on
:
-
chirpstack-network-server
chirpstack-gateway-bridge
:
image
:
chirpstack/chirpstack-gateway-bridge:3
...
...
@@ -19,6 +24,8 @@ services:
-
1700:1700/udp
volumes
:
-
./configuration/chirpstack-gateway-bridge:/etc/chirpstack-gateway-bridge
depends_on
:
-
mosquitto
chirpstack-geolocation-server
:
image
:
chirpstack/chirpstack-geolocation-server:3
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment