2026-07-09 22:08:26 +07:00
|
|
|
services:
|
|
|
|
|
react-web:
|
|
|
|
|
container_name: react-web
|
2026-07-09 23:38:32 +00:00
|
|
|
image: ghcr.io/asepharyana/asepharyana-hub/react-web:sha-124223c
|
2026-07-09 22:08:26 +07:00
|
|
|
restart: always
|
|
|
|
|
networks: [app-shared-net]
|
|
|
|
|
environment:
|
|
|
|
|
- VITE_API_URL=https://scraper.asepharyana.my.id/api
|
|
|
|
|
- VITE_ELYSIA_URL=https://elysia.asepharyana.my.id
|
|
|
|
|
networks:
|
|
|
|
|
app-shared-net:
|
|
|
|
|
name: app-shared-net
|
|
|
|
|
external: true
|