version: "3" services: app: container_name: scribe image: miklobit/scribe:latest restart: unless-stopped #ports: # - 8080:8080 environment: - SCRIBE_PORT=8080 - SCRIBE_HOST=0.0.0.0 #- SCRIBE_DB=postgres://does@not/matter - APP_DOMAIN=https://m.birabittoh.duckdns.org #- LUCKY_ENV=production #- SECRET_KEY_BASE=e6ab1cf6557cc1b20c0a082f05001c842db5bbd6 #- PORT=8080 #- DATABASE_URL=postgres://does@not/matter networks: - default - swag_default networks: default: swag_default: external: true