first commit

This commit is contained in:
CHIEFSOFT\ameye
2023-09-26 13:50:01 -04:00
commit 7470750413
984 changed files with 180728 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
version: '3'
services:
automedsys-www-com:
build:
context: .
dockerfile: docker/Dockerfile
#dockerfile: Dockerfile
restart: unless-stopped
ports:
- 5501:3000
# working_dir: /usr/src/app
# volumes:
# - ./:/usr/src/app
# - ./src/:/usr/src/app/src
extra_hosts:
- backend.automedsys.api.live:10.10.33.15
- backend.automedsys.api.test:10.10.33.15
# environment:
# - CHOKIDAR_USEPOLLING=true
volumes:
src: