Files
asepharyana-hub/infra/compose/hub.yml
T

17 lines
296 B
YAML
Raw Normal View History

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