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

Merge branch 'f-compose' into f-file-references

parents b1c1f12c 9522b082
Branches
Tags
3 merge requests!27Release v7.0.2,!24F compose,!11DRAFT: file system cleanup
Pipeline #44798 failed
version: '3.6'
services:
sqldb:
image: mariadb:10.5
volumes:
- type: volume
source: "caosdb-sqldata"
target: /var/lib/mysql
environment:
MYSQL_ROOT_PASSWORD: caosdb1234
networks:
# available on port 3306, host name 'sqldb'
- caosnet
ports:
- 3306:3306
# A well-defined network for caosdb
volumes:
caosdb-sqldata:
networks:
caosnet:
driver: bridge
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment