Fix woofbot port definition

This commit is contained in:
Aaron Dewes 2022-06-19 16:30:45 +02:00 committed by GitHub
parent 2718b5b709
commit 4d0f5c009b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,10 +30,11 @@ metadata:
defaultPassword: $APP_SEED
services:
web:
main:
image: woofbot/woofbot:v0.2.0@sha256:bfcc02f752963eaf9f9c3bf2776e032194d218b0037f3c54ed19d8872a7f241b
restart: on-failure
stop_grace_period: 1m
port: 8080
environment:
MONGODB_URI: "mongodb://${APP_WOOFBOT_MONGODB_IP}:27017/woofbot"
APP_PORT: "8080"