mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
But avoid synced volumes, otherwise the deployment will crash because Travis cannot clean up files just before entering the deployment.
9 lines
136 B
YAML
9 lines
136 B
YAML
version: "3.7"
|
|
|
|
services:
|
|
backend:
|
|
image: humanconnection/nitro-backend:builder
|
|
build:
|
|
context: .
|
|
target: builder
|