1
0
Fork 0
mirror of synced 2024-07-03 05:20:32 +12:00
budibase/hosting/build/docker-compose.yaml

17 lines
246 B
YAML

version: "3"
services:
app-service:
build: ./server
volumes:
- ./server:/app
environment:
SELF_HOSTED: 1
PORT: 4002
worker-service:
build: ./worker
environment:
SELF_HOSTED: 1,
PORT: 4003