mirror of
https://github.com/hansputera/tiktok-dl.git
synced 2026-04-05 19:51:57 +02:00
feat(*): add docker-compose
Signed-off-by: hansputera <hanifdwyputrasembiring@gmail.com>
This commit is contained in:
19
docker-compose.yaml
Normal file
19
docker-compose.yaml
Normal file
@@ -0,0 +1,19 @@
|
||||
services:
|
||||
app:
|
||||
build: .
|
||||
ports:
|
||||
- "3000:3000"
|
||||
environment:
|
||||
- REDIS_URL=redis://redis_db:6379
|
||||
networks:
|
||||
- app-network
|
||||
depends_on:
|
||||
- redis_db
|
||||
image: "hansputera/tiktok-dl:latest"
|
||||
redis_db:
|
||||
image: "redis:alpine"
|
||||
networks:
|
||||
- app-network
|
||||
|
||||
networks:
|
||||
app-network:
|
||||
Reference in New Issue
Block a user