This commit is contained in:
azizziy
2025-05-20 17:02:10 +05:00
commit c01e852a59
257 changed files with 27766 additions and 0 deletions

17
dc-front-dev.yml Normal file
View File

@@ -0,0 +1,17 @@
services:
frontend:
build:
context: .
dockerfile: Dockerfile-dev
image: cpost_frontend_dev
container_name: cpost_frontend_dev
expose:
- "3000"
networks:
cpost-network:
ipv4_address: 10.10.0.16
restart: "always"
networks:
cpost-network:
name: cpostnetwork
external: true