Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 2 additions & 12 deletions docker-compose.bio1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,8 @@ services:
- DB_USER=${DB_USER}
- DB_PASSWORD=${DB_PASSWORD}
- DB_DATABASE=${DB_DATABASE}
- DB_HOST=${DB_HOST}
- DB_HOST=localhost
- JAVA_DB_PARAMS=${JAVA_DB_PARAMS}
env_file:
- .env
ports:
- "8300:8300"
- "8690:8690"
networks:
- bio-network

networks:
bio-network:
driver: bridge
name: bio-network
external: true
network_mode: "host"
14 changes: 2 additions & 12 deletions docker-compose.bio2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,8 @@ services:
- DB_USER=${DB_USER}
- DB_PASSWORD=${DB_PASSWORD}
- DB_DATABASE=${DB_DATABASE}
- DB_HOST=${DB_HOST}
- DB_HOST=localhost
- JAVA_DB_PARAMS=${JAVA_DB_PARAMS}
env_file:
- .env
ports:
- "8200:8200"
- "8590:8590"
networks:
- bio-network

networks:
bio-network:
driver: bridge
name: bio-network
external: true
network_mode: "host"
2 changes: 2 additions & 0 deletions docker-compose.infra.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ services:
DB_DATABASE: ${DB_DATABASE}
networks:
- bio-network
ports:
- "3306:3306"
env_file:
- .env
volumes:
Expand Down