Removed Uncessary Docker compose file.

This commit is contained in:
Towfiq
2022-11-29 09:01:51 +06:00
parent b87a1298d9
commit 92ea548cfa

View File

@@ -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: