More tweaks

This commit is contained in:
Aaron D. Lee
2025-12-27 16:36:30 -05:00
parent 261e913aa1
commit 4e6c5b4401
9 changed files with 380 additions and 48 deletions

View File

@@ -1,9 +1,9 @@
version: '3.8'
services:
stegocrypt:
stegasoo:
build: .
container_name: stegocrypt
container_name: stegasoo
ports:
- "5000:5000"
environment:
@@ -29,5 +29,5 @@ services:
# - ./nginx.conf:/etc/nginx/nginx.conf:ro
# - ./certs:/etc/nginx/certs:ro
# depends_on:
# - stegocrypt
# - stegasoo
# restart: unless-stopped