このページの2つのバージョン間の差分を表示します。
両方とも前のリビジョン前のリビジョン | |||
50_dialy:2022:10:01 [2023/10/02 08:48] – matsui | 50_dialy:2022:10:01 [2023/10/02 09:20] (現在) – matsui | ||
---|---|---|---|
行 165: | 行 165: | ||
< | < | ||
- | | + | |
image: nextcloud: | image: nextcloud: | ||
restart: always | restart: always | ||
volumes: | volumes: | ||
- ./ | - ./ | ||
+ | environment: | ||
+ | - MYSQL_HOST=db | ||
+ | - REDIS_HOST=redis | ||
+ | - PHP_MEMORY_LIMIT=1G | ||
+ | - PHP_UPLOAD_LIMIT=5G | ||
+ | - OVERWRITEPROTOCOL=https | ||
entrypoint: sh | entrypoint: sh | ||
command: | command: | ||
- -c | - -c | ||
- | - apk add sudo && apk add ffmpeg && /cron.sh | + | - apk add sudo && apk add ffmpeg && /entrypoint.sh php-fpm |
+ | env_file: | ||
+ | - db.env | ||
depends_on: | depends_on: | ||
- db | - db |