Update auth/docker/docker-compose.yml
This commit is contained in:
parent
9a2b977c39
commit
f02c071911
|
@ -1,16 +1,12 @@
|
||||||
version: "3"
|
version: "3"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
server:
|
server:
|
||||||
container_name: auth
|
container_name: auth
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
ports:
|
ports:
|
||||||
- "47706:4567"
|
- "47706:4567"
|
||||||
volumes:
|
volumes:
|
||||||
- ./auth:/app/data # Adjust the path accordingly
|
- ./auth:/app/data # Adjust the path accordingly
|
||||||
command: ["./auth.rb"]
|
|
||||||
restart: always
|
|
||||||
ports:
|
|
||||||
- "47706:4567"
|
|
||||||
|
|
Loading…
Reference in New Issue