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

Refactor map page

This commit is contained in:
Sean Morley 2024-11-02 21:18:52 -04:00
parent e6c5bc9ca8
commit 07263c5697
7 changed files with 127 additions and 182 deletions

View file

@ -43,7 +43,7 @@ services:
- DEBUG=False
- FRONTEND_URL='http://localhost:8015' # Used for email generation. This should be the url of the frontend
ports:
- "8016:80" # User can change this to any outward port without breaking the setup
- "8016:80"
depends_on:
- db
volumes: