Skip to content

Commit

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

app:
dev:
build:
context: ../
dockerfile: ./lauth/Dockerfile
target: development
args:
UID: ${UID:-1000}
GID: ${GID:-1000}
hostname: app.lauth.local
hostname: dev.lauth.local
networks:
default:
aliases: ["app"]
ports:
- "2300:2300"
- "2300:3000"
- "1234:1234" # RubyMine
depends_on:
mariadb:
Expand Down

0 comments on commit 0478c4b

Please sign in to comment.