a quest
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
a-quest/deploy/task1/docker-compose.yml

23 lines
455 B

version: '3'
services:
static:
image: nginx
volumes:
- "./default.conf:/etc/nginx/conf.d/default.conf"
- "../../build/task1:/usr/share/nginx/html"
restart: unless-stopped
networks:
net:
ipv4_address: 10.103.204.1
backend1:
build:
dockerfile: ./task1-backend/Dockerfile
context: ../..
restart: unless-stopped
networks:
net: {}
networks:
net:
external:
name: tasks-net