-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcompose.yaml
31 lines (27 loc) · 965 Bytes
/
compose.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
# Copyright 2021 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-planetviewer-init:
build:
context: .
image: "ballaerospace/cosmosc2-planetviewer-init:${COSMOS_TAG}"
restart: on-failure
networks:
default:
external: true
name: cosmos_default