mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-07-01 18:30:34 +00:00
Add new config option. DOCKER_NETWORK_NAME
This commit is contained in:
@ -1,5 +1,9 @@
|
||||
version: "3.5"
|
||||
|
||||
networks:
|
||||
default:
|
||||
name: "${DOCKER_NETWORK_NAME:-nopaque_default}"
|
||||
|
||||
services:
|
||||
db:
|
||||
env_file: db.env
|
||||
|
Reference in New Issue
Block a user