14 lines
378 B
YAML
14 lines
378 B
YAML
services:
|
|
react-web:
|
|
container_name: react-web
|
|
image: ghcr.io/asepharyana/asepharyana-hub/react-web:sha-b199f8c
|
|
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
|