# Use the official Forgejo base image
FROM codeberg.org/forgejo/forgejo:9

# Expose the default HTTP port and SSH port
EXPOSE 3000 22

# Define volume for persistent data
VOLUME ["/data"]
