-
Notifications
You must be signed in to change notification settings - Fork 32
/
compose-dev.yaml
46 lines (39 loc) · 1.44 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
46
# 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.
# Modified by OpenC3, Inc.
# All changes Copyright 2022, OpenC3, Inc.
# All Rights Reserved
#
# This file may also be used under the terms of a commercial license
# if purchased from OpenC3, Inc.
services:
openc3-redis:
ports:
- "127.0.0.1:6379:6379" # only allow localhost access to internal apis
openc3-redis-ephemeral:
ports:
- "127.0.0.1:6380:6380" # only allow localhost access to internal apis
openc3-minio:
ports:
- "127.0.0.1:9000:9000" # only allow localhost access to internal apis
openc3-cosmos-cmd-tlm-api:
ports:
- "127.0.0.1:2901:2901" # only allow localhost access to internal apis
environment:
- "RAILS_ENV=development"
openc3-cosmos-script-runner-api:
ports:
- "127.0.0.1:2902:2902" # only allow localhost access to internal apis
environment:
- "RAILS_ENV=development"