File tree Expand file tree Collapse file tree 2 files changed +3
-29
lines changed
Expand file tree Collapse file tree 2 files changed +3
-29
lines changed Original file line number Diff line number Diff line change 1- # watch
2- WATCHTOWER_IMAGE_TAG = 1.1.6
3- WATCHTOWER_SCHEDULE = " 0 */15 * * * *"
4- WATCHTOWER_CLEANUP = true
5- WATCHTOWER_SCOPE = development
6-
71# webapp
8- APPUI_IMAGE_TAG = latest
2+ APPUI_IMAGE_TAG = production
93APPUI_PORT = 3000
104PC_URL = https://www.pathwaycommons.org/
11- NODE_ENV = development
12- FACTOID_URL = https://unstable.factoid.baderlab .org/
5+ NODE_ENV = production
6+ FACTOID_URL = https://biofactoid .org/
Original file line number Diff line number Diff line change 11version : " 3.8"
22services :
3- watch :
4- image : containrrr/watchtower:${WATCHTOWER_IMAGE_TAG:-latest}
5- labels :
6- - com.centurylinklabs.watchtower.scope=${WATCHTOWER_SCOPE:-development}
7- restart : always
8- depends_on :
9- - webapp
10- container_name : watch
11- environment :
12- TZ : " America/Toronto"
13- WATCHTOWER_SCHEDULE :
14- WATCHTOWER_CLEANUP :
15- WATCHTOWER_SCOPE :
16- networks :
17- - app-ui-network
18- volumes :
19- - /var/run/docker.sock:/var/run/docker.sock
20- command : ["webapp"]
213 webapp :
224 image : pathwaycommons/app-ui:${APPUI_IMAGE_TAG:-latest}
23- labels :
24- - com.centurylinklabs.watchtower.scope=${WATCHTOWER_SCOPE:-development}
255 restart : unless-stopped
266 container_name : webapp
277 ports :
You can’t perform that action at this time.
0 commit comments