Skip to content

Commit

Permalink
removed nginx; exposed athena & olat ports
Browse files Browse the repository at this point in the history
  • Loading branch information
tilmanmoser committed Jan 30, 2023
1 parent bc9f213 commit 280e307
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 42 deletions.
17 changes: 4 additions & 13 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ services:
- ./data/pgdata:/var/lib/postgresql/data
networks:
- openolat

olat:
image: tomcat:9-jdk11
restart: always
Expand All @@ -28,6 +28,8 @@ services:
- ./data/olatdata:/opt/openolat/olatdata
networks:
- openolat
ports:
- 127.0.0.1:${OLAT_PORT}:8088
depends_on:
- db

Expand All @@ -46,19 +48,8 @@ services:
GIN_MODE: debug
networks:
- openolat

nginx:
restart: always
image: nginx:latest
environment:
SERVER_NAME: ${SERVER_NAME}
volumes:
- ./nginx/gzip.conf:/etc/nginx/conf.d/gzip.conf
- ./nginx/vhost.conf:/etc/nginx/conf.d/default.conf
ports:
- 127.0.0.1:${NGINX_PORT}:80
networks:
- openolat
- 127.0.0.1:${ATHENA_PORT}:8080

networks:
openolat:
Expand Down
29 changes: 0 additions & 29 deletions nginx/gzip.conf

This file was deleted.

File renamed without changes.

0 comments on commit 280e307

Please sign in to comment.