diff --git a/docker-compose.yml b/docker-compose.yml index f0b0d50..8661ddc 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -5,8 +5,6 @@ #build: ./docker/app image: pgollor/nextcloud:app-stable restart: always - mem_limit: 512m - cpus: 1.5 depends_on: - nextcloud-database - nextcloud-redis @@ -35,7 +33,6 @@ #build: ./docker/web image: pgollor/nextcloud:web-latest restart: always - mem_limit: 512m logging: driver: json-file ports: @@ -53,7 +50,6 @@ nextcloud-database: image: mariadb:10.6 restart: always - mem_limit: 1g command: --transaction-isolation=READ-COMMITTED --log-bin=binlog --binlog-format=ROW environment: - MYSQL_ROOT_PASSWORD=${NEXTCLOUD_DATABASE_ROOT} @@ -72,7 +68,6 @@ - mysql nextcloud-redis: - mem_limit: 1g image: redis:alpine restart: always networks: @@ -87,7 +82,6 @@ volumes: - ./data/app:/var/www/html - ./data/data:/srv/data - mem_limit: 256m logging: driver: json-file entrypoint: /cron.sh