mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +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
|