Skip to content

Commit

Permalink
web service image from latest
Browse files Browse the repository at this point in the history
  • Loading branch information
gkostin1966 committed Dec 5, 2023
1 parent 58fcf5d commit f3c9bde
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions lauth/.rubymine/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
---
services:
web:
image: ghcr.io/mlibrary/lauth/lauth:58fcf5d6de7066cda5cc5c653b2f626c9bd24a6f
hostname: web.lauth.local
networks:
default:
aliases: ["web"]
ports:
- "2300:3000"
depends_on:
mariadb:
condition: "service_healthy"

app:
build:
context: ../
Expand Down

0 comments on commit f3c9bde

Please sign in to comment.