Skip to content

Commit

Permalink
docker compose?
Browse files Browse the repository at this point in the history
  • Loading branch information
Glowstudent777 committed Jan 5, 2025
1 parent 72f0405 commit f7f13c5
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
services:
api:
build: .
ports:
- "3000:3000"

redis:
image: redis/redis-stack-server:latest
networks:
- dokploy-network
expose:
- "6379"

networks:
dokploy-network:
external: true
5 changes: 5 additions & 0 deletions docker-redis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
services:
redis:
image: redis/redis-stack-server:latest
ports:
- "6379:6379"

0 comments on commit f7f13c5

Please sign in to comment.