mirror of
https://github.com/towfiqi/serpbear
synced 2025-06-26 18:15:54 +00:00
Removed Uncessary Docker compose file.
This commit is contained in:
@@ -1,25 +0,0 @@
|
||||
version: "3.8"
|
||||
|
||||
services:
|
||||
app:
|
||||
build: .
|
||||
container_name: serpbear_app
|
||||
# restart: always
|
||||
ports:
|
||||
- 3000:3000
|
||||
environment:
|
||||
- SESSION_DURATION=48
|
||||
- USER=admin
|
||||
- PASSWORD=0123456789
|
||||
- SECRET=4715aed3216f7b0a38e6b534a958362654e96d10fbc04700770d572af3dce43625dd
|
||||
- APIKEY=5saedXklbslhnapihe2pihp3pih4fdnakhjwq5
|
||||
- NEXT_PUBLIC_APP_URL=http://localhost:3000
|
||||
volumes:
|
||||
# - ./:/app
|
||||
# - /node_modules
|
||||
- appdata:/app/data
|
||||
networks:
|
||||
my-network:
|
||||
driver: bridge
|
||||
volumes:
|
||||
appdata:
|
||||
Reference in New Issue
Block a user