Fix issues

This commit is contained in:
schmelczerandras 2020-08-12 15:08:01 +02:00
parent 11658a25c3
commit 8c1d2e6c21
2 changed files with 10 additions and 5 deletions

7
desktop.ini Normal file
View file

@ -0,0 +1,7 @@
[ViewState]
Mode=
Vid=
FolderType=Generic
Logo=D:\Projects\icons\timeline.png
[.ShellClassInfo]
IconResource=D:\Projects\icons\timeline.ico,0

View file

@ -1,11 +1,9 @@
version: "3.8"
version: '3.8'
services:
timeline:
init: true
image: schmelczera/timeline
depends_on:
- frontend
networks:
- network
ports:
@ -16,10 +14,10 @@ services:
replicas: 2
resources:
limits:
cpus: "0.5"
cpus: '0.5'
memory: 32M
reservations:
cpus: "0.2"
cpus: '0.2'
memory: 32M
placement:
max_replicas_per_node: 1