Small changes.

This commit is contained in:
Daniel 2022-06-20 21:26:03 +04:30
parent e722f017b8
commit 29e45944c2
4 changed files with 3 additions and 4 deletions

View File

@ -4,4 +4,4 @@ api
.dockerignore
Dockerfile*
node_modules
storage/**
media/**

2
.gitignore vendored
View File

@ -12,7 +12,7 @@ npm-debug.log*
yarn-debug.log*
yarn-error.log*
storage/**
media/**
!storage/storage
api/.ash_history
api/.config

View File

@ -13,7 +13,7 @@ services:
- MONGODB_URI=mongodb://mongo:27017/
- PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true
volumes:
- ./storage:/storage
- ./media:/media
- ./api:/home/node
ports:
- 5000:5000
@ -35,4 +35,3 @@ services:
restart: unless-stopped
depends_on:
- link-warden-api

View File