Skip to content

Commit

Permalink
change deployment settings for new files
Browse files Browse the repository at this point in the history
  • Loading branch information
cccs-douglass committed Sep 21, 2021
1 parent 9e5538a commit c4eac09
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions dev/core/docker-compose-sca-upd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,13 @@ services:
al_scaler:
image: cccs/assemblyline_dev:4.0.19
environment:
FILE_UPDATE_VOLUME: /tmp/update_data
FILE_UPDATE_DIRECTORY: /mount/update_root/
DOCKER_CONFIGURATION_PATH: /mount/service_config/
DOCKER_CONFIGURATION_VOLUME: service_config
volumes:
- /tmp/update_data:/mount/update_root/
- type: volume
source: service_config
target: /mount/service_config/
read_only: false
- ${PATH_REWRITE:-.}/config/:/etc/assemblyline/
- ${ROOT_REWRITE:-../../..}/:/opt/alv4/
- /var/run/docker.sock:/var/run/docker.sock # NOTE, this container has access to docker socket (this is like root)
Expand All @@ -23,11 +26,8 @@ services:

al_updater:
image: cccs/assemblyline_dev:4.0.19
environment:
FILE_UPDATE_VOLUME: /tmp/update_data
FILE_UPDATE_DIRECTORY: /mount/update_root/
# environment:
volumes:
- /tmp/update_data:/mount/update_root/
- ${PATH_REWRITE:-.}/config/:/etc/assemblyline/
- ${ROOT_REWRITE:-../../..}/:/opt/alv4/
- /var/run/docker.sock:/var/run/docker.sock # NOTE, this container has access to docker socket (this is like root)
Expand All @@ -45,3 +45,7 @@ networks:
default:
external: true
name: external

volumes:
service_config:
name: service_config

0 comments on commit c4eac09

Please sign in to comment.