docker baru

This commit is contained in:
2025-06-16 09:14:36 +07:00
parent cea6ef897a
commit dbdd6d7e47
132 changed files with 43298 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
services:
app:
build:
context: .
dockerfile: Dockerfile
container_name: logapi
restart: always
ports:
- 3001:3001
volumes:
- .:/app