version: '3.7' services: app: build: . image: nitolife container_name: nitolife restart: unless-stopped ports: - '127.0.0.1:4000:4000' command: 'npm run server' # environment: # - NEXT_PUBLIC_MATOMO_URL=${NEXT_PUBLIC_MATOMO_URL} # - NEXT_PUBLIC_MATOMO_SITE_ID=${NEXT_PUBLIC_MATOMO_SITE_ID} logging: # apply better controls to Docker overlay folder driver: 'json-file' options: max-file: '5' max-size: '10m'