first commit

This commit is contained in:
CHIEFSOFT\ameye
2024-03-10 19:54:48 -04:00
commit f2393e1b5b
14 changed files with 4403 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
version: '3'
services:
wrenchboard-socket-micro:
build:
context: .
dockerfile: Dockerfile
restart: unless-stopped
# image: registry.chiefsoft.net/flutterwave-transfer-micro:latest
volumes:
- ./:/app
- '/app/node_modules'
ports:
- 3040:3040
environment:
- PORT=${WRENCHJOB_PORT}
- POSTGRE_URL=${WRENCHJOB_POSTGRE_URL}
volumes:
src: