Add stuff so we can figure out how to be able to add this in native firefox

This commit is contained in:
2025-05-09 09:06:15 -05:00
parent 3781ae935d
commit f6b6639905
3 changed files with 394 additions and 12 deletions

View File

@ -1,24 +1,21 @@
networks:
default:
name: ${NETWORK}
external: true
services:
bang-web-server:
env_file:
- .env
build:
context: ../
dockerfile: docker/Dockerfile
container_name: bang
domainname: ${DOMAIN}
hostname: bang.gib
domainname: bang.gbrown.org
networks:
- default
hostname: bang
ports:
- ${PORT}:${PORT}
- nginx-bridge
#ports:
#- 5000:5000
tty: true
restart: unless-stopped
volumes:
- ../:/app
command: serve -s /app/dist -l 5000
networks:
nginx-bridge:
external: true