This commit is contained in:
parent
ab8b409725
commit
5e74f45855
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user