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" version: "3.8"
services: services:
mongo: mongo:
container_name: mongo container_name: walden-mongo
build: build:
context: . context: .
target: database target: database
@@ -16,7 +17,7 @@ services:
restart: unless-stopped restart: unless-stopped
frontend: frontend:
container_name: frontend container_name: walden-frontend
build: build:
context: . context: .
target: dev target: dev