2
0
forked from jmug/cactoide

Handmade content changes

This commit is contained in:
jmug
2026-03-07 06:17:39 +00:00
parent d18afc43da
commit 9cc10e47e6
5 changed files with 47 additions and 39 deletions

View File

@@ -2,6 +2,7 @@ services:
# Database
postgres:
image: postgres:15-alpine
restart: unless-stopped
container_name: cactoide-db
environment:
POSTGRES_DB: ${POSTGRES_DB:-cactoide_database}
@@ -28,7 +29,8 @@ services:
# Application
app:
image: ghcr.io/polaroi8d/cactoide/cactoide:${APP_VERSION:-latest}
image: cactoide:handmade
restart: unless-stopped
build: .
container_name: cactoide-app
ports:
@@ -46,7 +48,6 @@ services:
condition: service_healthy
networks:
- cactoide-network
restart: unless-stopped
volumes:
postgres_data: