Skip to content

Commit

Permalink
Update docker-compose-testing.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alkhachatryan authored Oct 15, 2024
1 parent 852276e commit efe7b71
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docker/_testing/docker-compose-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
context: ../../
dockerfile: docker/_testing/python_app.Dockerfile
volumes:
- molehole_dist:/app/dist
- molehole_dist:/tmp/dist
- ../../:/app
networks:
- molehole_local_network
Expand All @@ -17,7 +17,7 @@ services:
dockerfile: ubuntu.Dockerfile
volumes:
- ./volumes/dummy_fs:/var/www/html
- molehole_dist:/opt/sys/kernel/molehole
- molehole_dist:/tmp/dist
networks:
- molehole_local_network

Expand All @@ -28,7 +28,7 @@ services:
dockerfile: centos.Dockerfile
volumes:
- ./volumes/dummy_fs:/var/www/html
- molehole_dist:/opt/sys/kernel/molehole
- molehole_dist:/tmp/dist
networks:
- molehole_local_network

Expand All @@ -39,7 +39,7 @@ services:
dockerfile: debian.Dockerfile
volumes:
- ./volumes/dummy_fs:/var/www/html
- molehole_dist:/opt/sys/kernel/molehole
- molehole_dist:/tmp/dist
networks:
- molehole_local_network

Expand All @@ -50,7 +50,7 @@ services:
dockerfile: fedora.Dockerfile
volumes:
- ./volumes/dummy_fs:/var/www/html
- molehole_dist:/opt/sys/kernel/molehole
- molehole_dist:/tmp/dist
networks:
- molehole_local_network

Expand All @@ -61,7 +61,7 @@ services:
dockerfile: arch.Dockerfile
volumes:
- ./volumes/dummy_fs:/var/www/html
- molehole_dist:/opt/sys/kernel/molehole
- molehole_dist:/tmp/dist
networks:
- molehole_local_network

Expand Down

0 comments on commit efe7b71

Please sign in to comment.