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: 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