Files
WrenchBoardWallet/docker-compose.yml
CHIEFSOFT\ameye cbd2c0bb7c first commit
2024-03-08 10:12:05 -05:00

18 lines
400 B
YAML

version: '3'
services:
wrenchboard-wallet-micro:
build:
context: .
dockerfile: Dockerfile
restart: unless-stopped
# image: registry.chiefsoft.net/flutterwave-transfer-micro:latest
volumes:
- ./:/app
- '/app/node_modules'
ports:
- 3037:3000
environment:
- PORT=${WRENCHJOB_PORT}
- POSTGRE_URL=${WRENCHJOB_POSTGRE_URL}
volumes:
src: