init
This commit is contained in:
16
dc-front.yml
Normal file
16
dc-front.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
services:
|
||||
frontend:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
container_name: cpost_frontend
|
||||
expose:
|
||||
- "3000"
|
||||
networks:
|
||||
cpost-network:
|
||||
ipv4_address: 10.10.0.4
|
||||
restart: "always"
|
||||
networks:
|
||||
cpost-network:
|
||||
name: cpostnetwork
|
||||
external: true
|
||||
Reference in New Issue
Block a user