Always restart
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
tobias 2024-07-13 15:39:31 +02:00
parent ab8b409725
commit 5e74f45855

View File

@ -2,7 +2,7 @@
services: services:
nextjs: nextjs:
image: git.autonomic.zone/autonomic-cooperative/nextload-dev:latest image: git.autonomic.zone/autonomic-cooperative/nextload-dev:latest
restart: unless-stopped restart: always
build: build:
context: ./ context: ./
target: dev target: dev
@ -27,7 +27,7 @@ services:
mongo: mongo:
image: mongo:6.0.5 image: mongo:6.0.5
restart: unless-stopped restart: always
volumes: volumes:
- mongo:/data/db - mongo:/data/db
command: command: