Skip to content

Commit 0478c4b

Browse files
committed
changes to docker-compose
1 parent 8d79c5a commit 0478c4b

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

lauth/.rubymine/docker-compose.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
11
---
22
services:
3-
web:
4-
image: ghcr.io/mlibrary/lauth/lauth:58fcf5d6de7066cda5cc5c653b2f626c9bd24a6f
5-
hostname: web.lauth.local
3+
app:
4+
image: ghcr.io/mlibrary/lauth/lauth:latest
5+
hostname: app.lauth.local
66
networks:
77
default:
8-
aliases: ["web"]
8+
aliases: ["app"]
99
ports:
10-
- "2300:3000"
10+
- "2300:2300"
1111
depends_on:
1212
mariadb:
1313
condition: "service_healthy"
1414

15-
app:
15+
dev:
1616
build:
1717
context: ../
1818
dockerfile: ./lauth/Dockerfile
1919
target: development
2020
args:
2121
UID: ${UID:-1000}
2222
GID: ${GID:-1000}
23-
hostname: app.lauth.local
23+
hostname: dev.lauth.local
2424
networks:
2525
default:
2626
aliases: ["app"]
2727
ports:
28-
- "2300:2300"
28+
- "2300:3000"
2929
- "1234:1234" # RubyMine
3030
depends_on:
3131
mariadb:

0 commit comments

Comments
 (0)