Update some vars. Switch to podman

This commit is contained in:
2025-10-07 15:38:46 +00:00
parent 5032672341
commit 74f6dfa66d
5 changed files with 813 additions and 888 deletions

22
docker/compose.yml Normal file
View File

@@ -0,0 +1,22 @@
networks:
nginx-bridge:
external: true
services:
bang:
build:
context: ../
dockerfile: docker/Dockerfile
image: gib/bang:latest
container_name: bang
hostname: bang
domainname: bang.gbrown.org
networks:
- nginx-bridge
#ports: ['5000:5000']
stdin_open: true
tty: true
restart: unless-stopped
volumes:
- ../:/app
command: serve -s /app/dist -l 5000