update compose

This commit is contained in:
2025-03-11 10:23:57 -04:00
parent bf5921ef94
commit eef5c340f4

View File

@@ -1,10 +1,8 @@
version: '3' version: '3'
services: services:
http: http:
build: build: .
dockerfile: ./Dockerfile
container_name: maxwarden container_name: maxwarden
image: maxwarden
ports: ports:
- 9090:80 - 9090:80
environment: environment:
@@ -20,7 +18,7 @@ services:
- SMTP_DISPLAY_FROM= - SMTP_DISPLAY_FROM=
- SMTP_PASSWORD= - SMTP_PASSWORD=
- SMTP_REQUIRE_AUTH= - SMTP_REQUIRE_AUTH=
#volumes: volumes:
# - ./data:/data - ./passwords.db:/app/passwords.db:Z
restart: always restart: always