2026-07-09 22:08:26 +07:00
|
|
|
services:
|
|
|
|
|
rust-auth:
|
|
|
|
|
container_name: rust-auth-api
|
2026-07-09 19:13:37 +00:00
|
|
|
image: ghcr.io/asepharyana/asepharyana-hub/rust-auth:sha-b199f8c
|
2026-07-09 22:08:26 +07:00
|
|
|
restart: always
|
|
|
|
|
networks:
|
|
|
|
|
app-shared-net:
|
|
|
|
|
aliases:
|
|
|
|
|
- rust-auth
|
|
|
|
|
env_file:
|
|
|
|
|
- ../../.env
|
|
|
|
|
environment:
|
|
|
|
|
- PORT=3000
|
|
|
|
|
- OTEL_EXPORTER_OTLP_ENDPOINT=http://otlp-metrics-backend:4317
|
|
|
|
|
- OTEL_SERVICE_NAME=rust-auth
|
|
|
|
|
|
|
|
|
|
networks:
|
|
|
|
|
app-shared-net:
|
|
|
|
|
name: app-shared-net
|
|
|
|
|
external: true
|