Updates to file structure
This commit is contained in:
@@ -16,8 +16,8 @@ services:
|
||||
ports:
|
||||
- '5432:5432'
|
||||
volumes:
|
||||
- group-project:/var/lib/postgresql/data
|
||||
- ./init_data:/docker-entrypoint-initdb.d
|
||||
- users-database:/var/lib/postgresql/data
|
||||
- ./public/init_data:/docker-entrypoint-initdb.d
|
||||
web:
|
||||
container_name: node-web-interface
|
||||
image: node:lts
|
||||
@@ -35,4 +35,4 @@ services:
|
||||
- ./node_modules:/home/node/app/node_modules # Mount node_modules directory
|
||||
command: 'npm run start'
|
||||
volumes:
|
||||
group-project:
|
||||
users-database:
|
||||
Reference in New Issue
Block a user