mirror of
https://github.com/DerTyp7/f1r3wave-website.git
synced 2025-10-29 13:02:09 +01:00
first commit
This commit is contained in:
11
docker-compose.yml
Normal file
11
docker-compose.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
services:
|
||||
website:
|
||||
container_name: f1r3wave-website
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
environment:
|
||||
- AUTH_SECRET="your-super-secret-key-here-generate-with-openssl-rand-base64-32"
|
||||
- ADMIN_TOKEN="your-admin-secret-token-123"
|
||||
ports:
|
||||
- 3000:3000
|
||||
Reference in New Issue
Block a user