Throwing literal shit at the wall now...
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2024-01-24 14:50:20 -05:00
parent 2e2fac37bc
commit f387bc7aca

View File

@@ -1,7 +1,8 @@
version: "3.8"
services:
mongo:
container_name: mongo
container_name: walden-mongo
build:
context: .
target: database
@@ -16,7 +17,7 @@ services:
restart: unless-stopped
frontend:
container_name: frontend
container_name: walden-frontend
build:
context: .
target: dev