refactored. 01-02-03 done

This commit is contained in:
Marat Kharitonov
2024-03-26 19:36:57 -04:00
parent 37b5fd1f40
commit 40899bcd4b
152 changed files with 647 additions and 0 deletions

View File

@@ -0,0 +1,43 @@
version: "3"
networks:
net-1:
name: net-1
ipam:
config:
- subnet: 10.3.0.0/24
services:
HostA:
image: sb27/sf-lab1:latest
container_name: HostA
# tty: true
cap_add:
- ALL
networks:
net-1:
ipv4_address: 10.3.0.2
HostB:
image: sb27/sf-lab1:latest
container_name: HostB
# tty: true
cap_add:
- ALL
networks:
net-1:
ipv4_address: 10.3.0.3
HostM:
image: sb27/sf-lab1:latest
container_name: HostM
# tty: true
cap_add:
- ALL
privileged: true
volumes:
- ./volume:/volume
networks:
net-1:
ipv4_address: 10.3.0.37