M Dockerfile

M db.js
 M docker-compose.yml
 M package-lock.json
 M package.json
This commit is contained in:
n0rdye 2024-05-25 23:32:46 +05:00
parent 51d6d44da2
commit 5916d3a963
5 changed files with 14 additions and 15 deletions

View File

@ -1,5 +1,4 @@
version: '3.1' version: '3.1'
services: services:
db: db:
image: mysql image: mysql
@ -12,15 +11,15 @@ services:
volumes: volumes:
- ./mysql:/var/lib/mysql - ./mysql:/var/lib/mysql
# node: node:
# build: build:
# context: . context: .
# dockerfile: Dockerfile dockerfile: Dockerfile
# restart: always restart: always
# ports: ports:
# - 8080:8080 - 8080:8080
# volumes: volumes:
# - ./:/usr/src/app - ./:/usr/src/app
# phpmyadmin: # phpmyadmin:
# image: phpmyadmin # image: phpmyadmin

4
package-lock.json generated
View File

@ -1,11 +1,11 @@
{ {
"name": "puzle", "name": "puzzle",
"version": "1.0.0", "version": "1.0.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "puzle", "name": "puzzle",
"version": "1.0.0", "version": "1.0.0",
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {

View File

@ -14,7 +14,7 @@
"replace-color": "^2.3.0", "replace-color": "^2.3.0",
"uuid": "^9.0.0" "uuid": "^9.0.0"
}, },
"name": "puzle", "name": "puzzle",
"version": "1.0.0", "version": "1.0.0",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {