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