Skip to content

Commit

Permalink
so much wasted time
Browse files Browse the repository at this point in the history
  • Loading branch information
Unischneider committed Oct 27, 2024
1 parent bafc029 commit bb7fe91
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,9 @@
services:
nginx:
image: nginx:alpine
container_name: nginx
ports:
- "80:80"
depends_on:
- angelos-ui
networks:
- angelos-network

angelos-ui:
image: "ghcr.io/ls1intum/angelos-ui:latest"
container_name: angelos-ui
expose:
- "80"
- "80:80"
networks:
- angelos-network

Expand Down

0 comments on commit bb7fe91

Please sign in to comment.