Skip to content
Snippets Groups Projects
Verified Commit bc73158f authored by Timm Fitschen's avatar Timm Fitschen
Browse files

EHN: remove some volumes

parent 5554a15e
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,8 @@ start_handle_system:
.PHONY: stop_handle_system
stop_handle_system:
$(MAKE) -C test-handle-system stop
$(MAKE) -C test-handle-system stop || true
docker volume rm test-handle-net_hs_srv1 || true
.PHONY: start_linkahead
start_linkahead:
......@@ -20,4 +21,4 @@ start_linkahead:
.PHONY: stop_linkahead
stop_linkahead:
$(MAKE) -C linkahead stop
$(MAKE) -C linkahead stop || true
......@@ -26,12 +26,6 @@ services:
- type: bind
source: ./scripting/home
target: /opt/caosdb/git/caosdb-server/scripting/home
- type: volume
source: extroot
target: /opt/caosdb/mnt/extroot
- type: volume
source: authtoken
target: /opt/caosdb/git/caosdb-server/authtoken
- type: bind
source: ../test-handle-system/.handle
target: /opt/caosdb/.handle
......@@ -47,9 +41,6 @@ services:
CAOSDB_CONFIG_CERTIFICATES_KEY_PASSWORD: "$CERTIFICATES_KEY_PASSWORD"
CAOSDB_CONFIG_CERTIFICATES_KEY_STORE_PASSWORD: "$CERTIFICATES_KEY_PASSWORD"
CAOSDB_CONFIG_DOIP_SERVICE_ID: "$DOIP_SERVICE_ID"
volumes:
extroot:
authtoken:
networks:
caosnet:
driver: bridge
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment