0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-04-09 14:06:10 +02:00
nextcloud-docker/energy-tests/compose-sqlite.yml

16 lines
570 B
YAML

version: '2'
services:
nc:
build:
context: ../29/apache
restart: always
ports:
- 8080:80
#volumes:
# - nextcloud:/var/www/html # This is the usual way of using nextcloud in a container, but we do not need persistent data storage for benchmarking
# healthcheck:
# test: curl -f http://nc
# interval: "1h" # effectively turns repeated healthchecks during runtime off
# start-period: "1s" # Not yet supported. Will come with Docker CE 25.0
# start-interval: "1s" # Not yet supported. Will come with Docker CE 25.0