mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender.git
synced 2025-07-16 09:38:49 +02:00
feat:#4 fixed docker compose prod port and files
This commit is contained in:
@ -14,8 +14,6 @@
|
||||
#You should have received a copy of the GNU Affero General Public License
|
||||
#along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
version: "3.9"
|
||||
|
||||
services:
|
||||
htwkalender-backend:
|
||||
image: DOCKER_REGISTRY_REPO:backend # DOCKER_REGISTRY_REPO will be replaced by CI
|
||||
@ -41,11 +39,15 @@ services:
|
||||
restart: always
|
||||
volumes:
|
||||
- ./reverseproxy.conf:/opt/bitnami/nginx/conf/nginx.conf
|
||||
- ./htwkalender.de.pem:/opt/bitnami/nginx/conf/htwkalender.de.pem
|
||||
- ./htwkalender.de.key.pem:/opt/bitnami/nginx/conf/htwkalender.de.key.pem
|
||||
- ./cal.htwk-leipzig.de.pem:/opt/bitnami/nginx/conf/cal.htwk-leipzig.de.pem
|
||||
- ./cal.htwk-leipzig.de.key.pem:/opt/bitnami/nginx/conf/cal.htwk-leipzig.de.key.pem
|
||||
depends_on:
|
||||
- htwkalender-backend
|
||||
- htwkalender-frontend
|
||||
ports:
|
||||
- "80:80"
|
||||
- "443:443"
|
||||
networks:
|
||||
- "net"
|
||||
|
||||
|
Reference in New Issue
Block a user