add docker files

This commit is contained in:
canguilieme julien 2024-10-06 12:01:39 +02:00
parent bc358cc5f6
commit ce56e11bf5

View File

@ -1,15 +1,13 @@
version: '3'
version: '3.7'
services:
web:
build: .
image: my-image:latest
ports:
- "8084:80"
networks:
- canguidev_default
- npm-network
networks:
canguidev_default:
external: true
npm-network:
external: true
deploy:
update_config:
parallelism: 1
pull_policy: always