services: gogs: image: gogs/gogs:latest@sha256:89e582254071d6f63636fd5f83e24ee09921e62193456c107fd2d6615786c621 volumes: - ./app.ini:/data/gogs/conf/app.ini:ro ports: - 3000:3000 restart: always