mirror of
https://github.com/GlueOps/autoglue.git
synced 2026-02-13 04:40:05 +01:00
initial jobs dashboard
This commit is contained in:
@@ -1,19 +1,17 @@
|
||||
services:
|
||||
# autoglue:
|
||||
# image: ghcr.io/glueops/autoglue:latest
|
||||
# build:
|
||||
# context: .
|
||||
# dockerfile: Dockerfile
|
||||
# ports:
|
||||
# - 8080:8080
|
||||
# expose:
|
||||
# - 8080
|
||||
# env_file: .env
|
||||
# environment:
|
||||
# AUTOGLUE_DATABASE_DSN: postgres://autoglue:autoglue@postgres:5432/autoglue
|
||||
# AUTOGLUE_BIND_ADDRESS: 0.0.0.0
|
||||
# depends_on:
|
||||
# - postgres
|
||||
autoglue:
|
||||
# image: ghcr.io/glueops/autoglue:latest
|
||||
build: .
|
||||
ports:
|
||||
- 8080:8080
|
||||
expose:
|
||||
- 8080
|
||||
env_file: .env
|
||||
environment:
|
||||
AUTOGLUE_DATABASE_DSN: postgres://$DB_USER:$DB_PASSWORD@postgres:5432/$DB_NAME
|
||||
AUTOGLUE_BIND_ADDRESS: 0.0.0.0
|
||||
depends_on:
|
||||
- postgres
|
||||
|
||||
postgres:
|
||||
build:
|
||||
|
||||
Reference in New Issue
Block a user