Skip to content
Snippets Groups Projects
Commit ad0b7cb5 authored by Michal Petrovič's avatar Michal Petrovič
Browse files

remove backend from docker-compose

parent 7c22a358
Branches
1 merge request!5Resolve "Implement CpG isladns analysis"
......@@ -33,18 +33,6 @@ services:
ports:
- 5000:8080
backend:
build: .
image: backend
ports:
- "80:80"
environment:
- SPRING_DATASOURCE_URL=jdbc:postgresql://postgres:5432/dna_analyser
- SPRING_DATASOURCE_USERNAME=developer
- SPRING_DATASOURCE_PASSWORD=password
depends_on:
- postgres
volumes:
postgres:
pgadmin:
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment