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