added the next links.
This commit is contained in:
parent
e474717932
commit
067c0d7a00
|
|
@ -14,6 +14,8 @@ services:
|
|||
ports:
|
||||
- "3005:3000"
|
||||
environment:
|
||||
- NEXT_PUBLIC_APP_URL=https://store.abrahem.se
|
||||
- NEXT_PUBLIC_API_URL=https://store.abrahem.se/api
|
||||
- DATABASE_URL=mysql://${DB_USER}:${DB_PASSWORD}@db:3306/${DB_NAME}
|
||||
- DB_HOST=db
|
||||
- DB_PORT=3306
|
||||
|
|
|
|||
Loading…
Reference in New Issue