fix: Update container files to point to new docker hub account

This commit is contained in:
James Musselman 2025-03-05 23:35:30 -06:00
parent f4ef1e319e
commit a24700f98f
Signed by: Musselman
GPG key ID: 1DAEFF35ECB5D6DB
2 changed files with 4 additions and 4 deletions

View file

@ -1,8 +1,8 @@
version: '3' version: "3"
services: services:
notatio: notatio:
image: notatio/notatio image: musselman01/notatio
container_name: notatio container_name: notatio
env_file: env_file:
- .env - .env
@ -11,7 +11,7 @@ services:
- ./editor_templates:/editor_templates - ./editor_templates:/editor_templates
ports: ports:
- "9991:9991" - "9991:9991"
command: ["./wait-for-postgres.sh", "postgres", "${PGPORT}", "./notatio"] command: ["./wait-for-postgres.sh", "postgres", "${PGPORT}", "./notatio"]
depends_on: depends_on:
- postgres - postgres
networks: networks:

View file

@ -10,7 +10,7 @@ AutoUpdate=registry
ContainerName=notatio ContainerName=notatio
EnvironmentFile=.env EnvironmentFile=.env
Exec=./wait-for-postgres.sh postgres '${PGPORT}' ./notatio Exec=./wait-for-postgres.sh postgres '${PGPORT}' ./notatio
Image=docker.io/notatio/notatio Image=docker.io/musselman01/notatio
Network=notatio.network Network=notatio.network
PublishPort=9991:9991 PublishPort=9991:9991
Volume=./notatio_uploads:/uploads:Z Volume=./notatio_uploads:/uploads:Z