chore: Minor changes
This commit is contained in:
@@ -13,10 +13,10 @@ Docker compose:
|
||||
```yaml
|
||||
services:
|
||||
fixed-api:
|
||||
## TODO: Add url for image
|
||||
image: gitea.local.jzitnik.dev/jzitnik/fixed-smile-api:latest
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "3000:3000"
|
||||
- '3000:3000'
|
||||
environment:
|
||||
- NODE_ENV=production
|
||||
- REGISTRATION_DISABLED=false # Disabling registration
|
||||
|
||||
Reference in New Issue
Block a user