Skip to content

Commit c4f09c1

Browse files
authored
🚀 Remove prefix from required env variables
1 parent 6eaf965 commit c4f09c1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docker-compose.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ services:
1111
- SERVICE_FQDN_OWR_4000
1212
- NODE_ENV=production
1313
- DATABASE_URL=postgres://postgres:${POSTGRES_PASSWORD}@postgres:5432/postgres
14-
- PREFIX=${PREFIX:-api/v1/}
1514
- FILESYSTEM=${FILESYSTEM:-local}
1615
- ADMIN_KEY=${ADMIN_KEY}
1716
- S3_ENDPOINT=${S3_ENDPOINT}

0 commit comments

Comments
 (0)