mirror of https://github.com/mainnika/a-quest.git
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.
19 lines
391 B
19 lines
391 B
version: '3'
|
|
services:
|
|
backend3:
|
|
build:
|
|
dockerfile: ./task3-backend/Dockerfile
|
|
context: ../..
|
|
volumes:
|
|
- "/var/run/docker.sock:/var/run/docker.sock"
|
|
- "./postbox:/app/postbox"
|
|
- "../../keys/letter:/app/letter"
|
|
restart: unless-stopped
|
|
networks:
|
|
net:
|
|
ipv4_address: 10.103.204.3
|
|
|
|
networks:
|
|
net:
|
|
external:
|
|
name: tasks-net |