-
Notifications
You must be signed in to change notification settings - Fork 129
/
compose-dev.yaml
45 lines (38 loc) · 1.39 KB
/
compose-dev.yaml
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
33
34
35
36
37
38
39
40
41
42
43
44
45
# encoding: ascii-8bit
# Copyright 2022 Ball Aerospace & Technologies Corp.
# All Rights Reserved.
#
# This program is free software; you can modify and/or redistribute it
# under the terms of the GNU Affero General Public License
# as published by the Free Software Foundation; version 3 with
# attribution addendums as found in the LICENSE.txt
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Affero General Public License for more details.
#
# This program may also be used under the terms of a commercial or
# enterprise edition license of COSMOS if purchased from the
# copyright holder
version: "3.5"
services:
cosmos-redis:
ports:
- "127.0.0.1:6379:6379" # only allow localhost access to internal apis
cosmos-redis-ephemeral:
ports:
- "127.0.0.1:6380:6380" # only allow localhost access to internal apis
cosmos-minio:
ports:
- "127.0.0.1:9000:9000" # only allow localhost access to internal apis
cosmos-cmd-tlm-api:
ports:
- "127.0.0.1:2901:2901" # only allow localhost access to internal apis
environment:
- "RAILS_ENV=development"
cosmos-script-runner-api:
ports:
- "127.0.0.1:2902:2902" # only allow localhost access to internal apis
environment:
- "RAILS_ENV=development"