This commit is contained in:
Andras Bacsai 2022-09-02 14:33:52 +02:00
parent 15fc9aa483
commit ae11283574

View File

@ -2502,6 +2502,7 @@ async function startTaigaService(request: FastifyRequest<ServiceStartStop>) {
context: '.',
dockerfile: 'DockerfileGateway',
},
container_name: id,
volumes: config['taiga-gateway'].volumes,
labels: makeLabelForServices('taiga'),
...defaultComposeConfiguration(network),