add docker files
This commit is contained in:
parent
bc358cc5f6
commit
ce56e11bf5
@ -1,15 +1,13 @@
|
|||||||
version: '3'
|
version: '3.7'
|
||||||
services:
|
services:
|
||||||
web:
|
web:
|
||||||
build: .
|
image: my-image:latest
|
||||||
ports:
|
ports:
|
||||||
- "8084:80"
|
- "8084:80"
|
||||||
networks:
|
networks:
|
||||||
- canguidev_default
|
- canguidev_default
|
||||||
- npm-network
|
- npm-network
|
||||||
|
deploy:
|
||||||
networks:
|
update_config:
|
||||||
canguidev_default:
|
parallelism: 1
|
||||||
external: true
|
pull_policy: always
|
||||||
npm-network:
|
|
||||||
external: true
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user