mirror of
https://github.com/cheveguerra/whaticket-community.git
synced 2026-04-20 20:59:16 +00:00
🐳 Using public backend folder as volume
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,3 +1,4 @@
|
|||||||
.docker/data/
|
.docker/data/
|
||||||
ssl/
|
ssl/
|
||||||
|
public/
|
||||||
.env
|
.env
|
||||||
@@ -22,6 +22,8 @@ services:
|
|||||||
- CHROME_ARGS=--no-sandbox --disable-setuid-sandbox
|
- CHROME_ARGS=--no-sandbox --disable-setuid-sandbox
|
||||||
ports:
|
ports:
|
||||||
- ${BACKEND_PORT:-8080}:3000
|
- ${BACKEND_PORT:-8080}:3000
|
||||||
|
volumes:
|
||||||
|
- ./public/:/usr/src/app/public/
|
||||||
networks:
|
networks:
|
||||||
- whaticket
|
- whaticket
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user