2026-07-23 06:44:48 +07:00
|
|
|
services:
|
|
|
|
|
hub:
|
|
|
|
|
container_name: hub
|
|
|
|
|
image: ghcr.io/asepharyana/asepharyana-hub/hub:sha-TODO
|
|
|
|
|
restart: always
|
|
|
|
|
networks:
|
|
|
|
|
app-shared-net:
|
|
|
|
|
aliases:
|
|
|
|
|
- hub
|
|
|
|
|
env_file:
|
|
|
|
|
- ../../.env
|
|
|
|
|
|
|
|
|
|
networks:
|
|
|
|
|
app-shared-net:
|
|
|
|
|
name: app-shared-net
|
|
|
|
|
external: true
|