14 lines
228 B
YAML
14 lines
228 B
YAML
version: '3.7'
|
|
services:
|
|
web:
|
|
image: my-image:latest
|
|
ports:
|
|
- "8084:80"
|
|
networks:
|
|
- canguidev_default
|
|
- npm-network
|
|
deploy:
|
|
update_config:
|
|
parallelism: 1
|
|
pull_policy: always
|