1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-08-07 22:25:19 +02:00

Refactor Docker Compose files, Tailwind config, UserCard component, and page server files

This commit is contained in:
Sean Morley 2024-04-27 16:35:04 +00:00
parent 3299855f86
commit b057ee01b3
7 changed files with 82 additions and 202 deletions

View file

@ -9,7 +9,4 @@ services:
- ORIGIN=http://localhost:3000
- SKIP_DB_WAIT=true
# Only necessary for externaly hosted databases such as NeonDB
volumes:
- ./sql:/sql
# docker compose -f ./compose-dev.yml up --build
# docker compose -f ./compose-dev.yml up --build