New Stripe Mico

This commit is contained in:
CHIEFSOFT\ameye
2024-10-13 23:49:37 -04:00
parent b45348353e
commit fe27875a58
17 changed files with 409 additions and 235 deletions
+6 -6
View File
@@ -6,12 +6,12 @@ services:
dockerfile: Dockerfile
restart: unless-stopped
volumes:
- ./:/usr/src
- '/usr/src/node_modules'
- ./:/app
- '/app/node_modules'
ports:
- 6332:6320
# environment:
# - PORT=${WRENCHJOB_PORT}
# - POSTGRE_URL=${WRENCHJOB_POSTGRE_URL}
- 3038:3000
environment:
- PORT=${WRENCHJOB_PORT}
- POSTGRE_URL=${WRENCHJOB_POSTGRE_URL}
volumes:
src: