mirror of
https://github.com/apricote/Listory.git
synced 2026-01-13 13:11:02 +00:00
feat(frontend): redo setup with ts+tailwind and implement auth+header
This commit is contained in:
parent
f2065d3f1f
commit
05f230a7ce
32 changed files with 5927 additions and 2749 deletions
|
|
@ -38,8 +38,12 @@ services:
|
|||
target: build-frontend
|
||||
command: ["npm", "run", "start"]
|
||||
volumes:
|
||||
- ./frontend/src:/app/frontend/src
|
||||
- ./frontend/public:/app/frontend/public
|
||||
- ./frontend/postcss.config.js:/app/frontend/postcss.config.js:ro
|
||||
- ./frontend/src:/app/frontend/src:ro
|
||||
- ./frontend/public:/app/frontend/public:ro
|
||||
- tailwind-output:/app/frontend/src/tailwind/
|
||||
# Workaround for https://github.com/facebook/create-react-app/issues/8688
|
||||
stdin_open: true
|
||||
ports:
|
||||
- 3000
|
||||
labels:
|
||||
|
|
@ -68,6 +72,9 @@ services:
|
|||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock # So that Traefik can listen to the Docker events
|
||||
|
||||
volumes:
|
||||
tailwind-output: {}
|
||||
|
||||
networks:
|
||||
db: {}
|
||||
web: {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue