Initial commit

This commit is contained in:
2024-05-25 21:47:36 +05:00
parent d879798871
commit 263a917bc9
94 changed files with 9 additions and 9 deletions

18
docker-compose.yaml Normal file → Executable file
View File

@ -12,15 +12,15 @@ services:
volumes:
- ./mysql:/var/lib/mysql
node:
build:
context: .
dockerfile: Dockerfile
restart: always
ports:
- 8080:8080
volumes:
- ./:/usr/src/app
# node:
# build:
# context: .
# dockerfile: Dockerfile
# restart: always
# ports:
# - 8080:8080
# volumes:
# - ./:/usr/src/app
# phpmyadmin:
# image: phpmyadmin