Skip to content

Commit

Permalink
Merge pull request #3 from Ahelsamahy/temp
Browse files Browse the repository at this point in the history
refactor<docker-compose.yml>
  • Loading branch information
Ahelsamahy authored Oct 26, 2023
2 parents 76d24a8 + 334018c commit b813459
Showing 1 changed file with 1 addition and 44 deletions.
45 changes: 1 addition & 44 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,47 +169,4 @@ services:
volumes:
- volume_byodr_sockets:/byodr:rw
- volume_byodr_config:/config:ro
- volume_byodr_sessions:/sessions:rw

communication:
cpuset: "3"
build:
context: .
dockerfile: communication/Dockerfile
restart: always
command:
[
"python3",
"-m",
"communication.app",
"--name",
"communication",
]
ports:
- "1112:1112"
environment:
LD_PRELOAD: libgomp.so.1
volumes:
- volume_byodr_sockets:/byodr:rw
- volume_byodr_config:/config:rw

following:
cpuset: "3"
build:
context: .
dockerfile: following/Dockerfile
restart: always
command:
[
"python3",
"-m",
"following.app",
"--name",
"following",
]
environment:
LD_PRELOAD: libgomp.so.1
volumes:
- volume_byodr_sockets:/byodr:rw
- volume_byodr_config:/config:rw

- volume_byodr_sessions:/sessions:rw

0 comments on commit b813459

Please sign in to comment.