Skip to content

Commit

Permalink
Merge pull request #299 from SELab-2/AWerbrouck-patch-1
Browse files Browse the repository at this point in the history
final
  • Loading branch information
AWerbrouck authored May 23, 2024
2 parents 6d3c08a + 531f0d1 commit dffe45c
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions docker-compose.prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,23 +13,6 @@ services:
networks:
docker_network:
ipv4_address: 10.5.0.3
backend:
container_name: spring_container
build: backend/app/
depends_on:
- db
ports:
- 8080:8080
environment:
- SPRING_DATASOURCE_URL=jdbc:postgresql://db:5432/postgres
- SPRING_DATASOURCE_USERNAME=${PGU}
- SPRING_DATASOURCE_PASSWORD=${PGP}
restart: always
volumes:
- ./backend/app/data:/data:rw
networks:
docker_network:
ipv4_address: 10.5.0.9
db:
container_name: db
image: 'postgres:latest'
Expand Down

0 comments on commit dffe45c

Please sign in to comment.