Feature request: Improve docker image #5

Open
opened 2022-09-01 13:28:06 +02:00 by JeroenED · 0 comments
Owner

Ref: #1 (Create docker image)

"Do 1 thing and do it well"

Why do we need this?

The initial implementation of the docker image has only 1 image for both daemon and webinterface. The goal of this task is to create a second and third image who only implements 1 thing (Webinterface or daemon)

Design

We'll propably need 2 dockerfiles. The dockerfile for the webinterface has to build the javascript and css, while the daemon-docker will not require this.

Nontheless, it's probably better to work with a intermediate container as we don't want to have unnecessary assets in this container.

Ref: #1 (Create docker image) "Do 1 thing and do it well" ## Why do we need this? The initial implementation of the docker image has only 1 image for both daemon and webinterface. The goal of this task is to create a second and third image who only implements 1 thing (Webinterface or daemon) ## Design We'll propably need 2 dockerfiles. The dockerfile for the webinterface has to build the javascript and css, while the daemon-docker will not require this. Nontheless, it's probably better to work with a intermediate container as we don't want to have unnecessary assets in this container.
JeroenED added the
enhancement
label 2022-09-01 13:28:06 +02:00
JeroenED added this to the Release 1.1 project 2022-09-02 10:31:17 +02:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: webcron/webcron#5
No description provided.