- unistall script for certbot

- update resource limits for some docker container
This commit is contained in:
2017-10-04 06:15:03 -04:00
parent 92950ffd2d
commit 9988549d59
7 changed files with 33 additions and 14 deletions

View File

@@ -6,7 +6,7 @@ version: '3'
services:
app:
# restart: always
privileged: true
# privileged: true
image: "jenkins:alpine"
volumes:
@@ -21,6 +21,10 @@ services:
condition: any
delay: "5s"
max_attempts: 1
resources:
limits:
cpus: '2'
memory: 1024M
networks:
default: